1
0
Fork 0

fix buggy access to converted map

This commit is contained in:
Lephenixnoir 2023-08-10 18:33:17 +02:00
parent 16a198bc64
commit fe2492b7de
Signed by untrusted user: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ int main(void) {
}
timer_start(timer);
game.map_level = &worldRPG[0];
game.map_level = worldRPG[0];
#if USB_FEATURE