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

View file

@ -30,7 +30,7 @@
typedef int32_t LCR_GameUnit; ///< abstract game unit
#define LCR_GAME_UNIT 2048 //1024 ///< length of map square in LCR_GameUnits
#define LCR_GAME_UNIT 2048 ///< length of map square in LCR_GameUnits
#define LCR_RACING_INPUT_FORW 0x01
#define LCR_RACING_INPUT_RIGHT 0x02