mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Blacken scoreboard after game since it doesn't have a region reserved on mobile
This commit is contained in:
@@ -214,6 +214,8 @@ void NewGame (short mode)
|
||||
playing = true; // everything before this line is game set-up
|
||||
PlayGame(); // everything following is after a game has ended
|
||||
|
||||
ClearScoreboard();
|
||||
|
||||
#ifdef CREATEDEMODATA
|
||||
DumpToResEditFile((Ptr)demoData, sizeof(demoType) * (long)demoIndex);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user