Remove debug code
This commit is contained in:
parent
2129ea4f8c
commit
56c75f59aa
6
game.c
6
game.c
@ -195,11 +195,17 @@ void handle_input(Game *g) {
|
||||
return dialog_handle_input(g->dialog);
|
||||
}
|
||||
|
||||
/*
|
||||
if (IsKeyPressed(KEY_R)) {
|
||||
g->state = GAME_STATE_INITIALIZING;
|
||||
return;
|
||||
}
|
||||
|
||||
if (IsKeyPressed(KEY_S)) {
|
||||
ExportImage(LoadImageFromScreen(), "img.png");
|
||||
}
|
||||
*/
|
||||
|
||||
if (!is_player_turn(g)) return;
|
||||
|
||||
switch (g->state) {
|
||||
|
Loading…
Reference in New Issue
Block a user