summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-10-19 23:34:31 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-10-19 23:34:31 (GMT)
commit29efbcaa3a6d461dbe39b6e2fd8d29aeb537165b (patch)
tree4853b4648db3017f38705a52ab3ae75ed9ec64d1 /src/main.c
parentbb26e656b3ac9add247db7c52c7dac9b69a8b558 (diff)
downloadpowder-29efbcaa3a6d461dbe39b6e2fd8d29aeb537165b.zip
powder-29efbcaa3a6d461dbe39b6e2fd8d29aeb537165b.tar.gz
Glow, Fire, Smoke, blob and flat particle effects in OpenGL
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.");