Minor cleanup

This commit is contained in:
dwsJason 2019-10-18 20:24:02 -04:00
parent 2148d93ab6
commit 8d0cb28c2d
1 changed files with 0 additions and 8 deletions

View File

@ -336,16 +336,8 @@ frame(void)
{
while (1) {
{
// printf("%ld game_state = %s\n", *tick, game_state_strings[game_state]);
}
switch (game_state) {
#ifdef ENABLE_DEVTOOLS
case DEVTOOLS:
switch (devtools_run()) {