#3 fix issues reported by an ARM64 compiler

This commit is contained in:
Ondrej Novak 2025-05-01 13:29:51 +02:00
parent b22149a13a
commit 27c803f040
6 changed files with 11 additions and 11 deletions

View file

@ -637,7 +637,7 @@ struct _tag_map_save_state{
uint32_t _hash;
} MAP_SAVE_STATE;
static struct _tag_map_save_state save_state = {NULL,NULL,NULL,0,0,0,0};
static struct _tag_map_save_state save_state = {NULL,NULL,NULL,NULL,0,0,0,0};
static void save_current_map() {
if (save_state._map_coord) {