Continue replay saving

This commit is contained in:
Miloslav Ciz 2025-02-23 15:58:31 +01:00
parent e43ed793a3
commit 27da348b24
6 changed files with 218 additions and 185 deletions

2
map.h
View file

@ -164,7 +164,7 @@ struct
uint8_t checkpointCount;
uint32_t hash; ///< Hash of the processed binary map.
uint32_t targetTime;
uint32_t targetTime; ///< Target time in physics ticks.
char name[LCR_MAP_NAME_MAX_LEN + 1];
} LCR_currentMap;