Upkeep tasks in board menu: auto save game, increase turn, clear wTurnData (#11); also init wCurTurn and wCurSpace in EnterMap

This commit is contained in:
xCrystal
2023-10-14 20:52:09 +02:00
parent 645eef341b
commit b9ac41feb6
3 changed files with 23 additions and 0 deletions

View File

@@ -2496,6 +2496,9 @@ wYCoord:: db
wXCoord:: db
wScreenSave:: ds SCREEN_META_WIDTH * SCREEN_META_HEIGHT
wCurSpace:: db
wCurTurn:: db
wCurMapDataEnd::