- gamestate_postfase implementat.

This commit is contained in:
2023-10-13 16:23:24 +02:00
parent 6e3a0e513e
commit 572dff8dbb
3 changed files with 162 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ namespace gamestate
case 20: filename = "seq20.txt"; break;
case 25: filename = "seq25.txt"; break;
case 30: filename = "seq30.txt"; break;
default: gamestate::prefase::init();
}
int filesize;