summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 8cf8275..bcd0558 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1727,7 +1727,6 @@ int main(int argc, char *argv[])
}
make_kernel();
- prepare_alpha(CELL, 1.0f);
stamp_init();
@@ -1740,6 +1739,8 @@ int main(int argc, char *argv[])
save_presets(0);
http_init(http_proxy_string[0] ? http_proxy_string : NULL);
+ prepare_alpha(CELL, 1.0f);
+
if (cpu_check())
{
error_ui(vid_buf, 0, "Unsupported CPU. Try another version.");