X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_timer.c;h=0b5cf41684b797817425046634d7bd0cac2bde2b;hb=c34e891c7e3d48fa1bb136005e7c7567d410ed76;hp=c8416c79f822c08735e52cd15ade0026e4b7677e;hpb=b944e5a4e57c1a1ba44dff4ffafdee4edd5b5d99;p=16.git diff --git a/src/lib/16_timer.c b/src/lib/16_timer.c index c8416c79..0b5cf416 100755 --- a/src/lib/16_timer.c +++ b/src/lib/16_timer.c @@ -29,7 +29,7 @@ clock_t start_timer(global_game_variables_t *gv) gv->kurokku.clock_start = *clockw; gv->kurokku.clock = clockw; gv->kurokku.frames_per_second = 60; - gv->pee = _nmalloc(sizeof(byte)*2); + gv->pee = _nmalloc(sizeof(byte)*16); //turn this off if XT switch(detectcpu()) {