Restored some stuff
This commit is contained in:
+1
-3
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user