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
@@ -9,7 +9,6 @@
extern int g_ticks_till_fall;
extern int g_ticks_till_descend;
extern int g_ticks_till_movement;
extern int g_pause;
extern int g_menu_select;
extern int g_menu_max;