Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto committed Nov 4, 2023
1 parent 7d1f347 commit 62b2b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game_api/screen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ class ScreenStateLevel : public Screen // ID: 12 StateMemory
public:
uint8_t buttons;
/// Delay after player death to open the death screen
int8_t time_till_death_screen;
uint8_t time_till_death_screen;
};

class ScreenLevel : public Screen // ID: 12 GameManager
Expand Down

0 comments on commit 62b2b63

Please sign in to comment.