summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorjacksonmj <jacksonmj@jacksonmj.none>2011-01-07 18:12:54 (GMT)
committer jacksonmj <jacksonmj@jacksonmj.none>2011-01-07 18:15:36 (GMT)
commitfa1868314c1d48de9000c45dc8bcde36d92472cb (patch)
tree578ee5d73223a2489ffd1dcf7f949bc1c460b941 /src/main.c
parentcb02bdfe214ceeb28795fa34ac0cee7ad30c658c (diff)
downloadpowder-fa1868314c1d48de9000c45dc8bcde36d92472cb.zip
powder-fa1868314c1d48de9000c45dc8bcde36d92472cb.tar.gz
Shrink GOL wrapping code. GSPEED now works.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 5e77f23..fc02546 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1113,6 +1113,7 @@ int main(int argc, char *argv[])
void *load_data=NULL;
pixel *load_img=NULL;//, *fbi_img=NULL;
int save_mode=0, save_x=0, save_y=0, save_w=0, save_h=0, copy_mode=0;
+ GSPEED = 1;
#ifdef MT
numCores = core_count();