Slow down the game

This commit is contained in:
Stefan `Sec` Zehl 2011-08-12 21:10:46 +02:00
parent 8f4d81f8f4
commit 0460c175cb
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ void ram(void) {
} }
init_game(); init_game();
} }
delayms_queue_plus(12,0); delayms_queue_plus(24,0);
} }
} }