TETRIS: Code cleanup

This commit is contained in:
2020-09-13 14:14:39 +02:00
parent 896b5d131f
commit 96c54454f7
6 changed files with 66 additions and 45 deletions
-1
View File
@@ -5,7 +5,6 @@
int g_ticks_till_fall = TICKS_TILL_FALL;
int g_ticks_till_descend = TICKS_TILL_DESCEND;
int g_ticks_till_movement = TICKS_TILL_MOVE;
int g_pause = 0;
int g_menu_select = 0;
int g_menu_max = 3;