Restored some stuff

This commit is contained in:
2026-06-25 11:53:15 -05:00
parent a162002af2
commit 26fcaf6e75
20 changed files with 273 additions and 62 deletions
+1 -3
View File
@@ -41,9 +41,7 @@ errorret_t rpgInit(void) {
errorret_t rpgUpdate(void) {
#if TIME_FIXED == 0
if(TIME.dynamicUpdate) {
errorOk();
}
if(TIME.dynamicUpdate) errorOk();
#endif
// TODO: Do not update if the scene is not the map scene?