add break

This commit is contained in:
quenousimporte 2025-04-23 12:16:32 +01:00
parent 105fdcfd82
commit 02760ec80b
1 changed files with 1 additions and 0 deletions

1
w/w.c
View File

@ -690,6 +690,7 @@ void update(char* command)
break;
case CMD_SHOWMAP:
state.screen = SC_SHOWMAP;
break;
default:
break;
}