SAGA2: Fix global constructor warning in tilemode.cpp

This commit is contained in:
a/ 2021-07-18 13:32:19 +09:00
parent e821511050
commit 38057f51d0

View File

@ -150,16 +150,10 @@ bool nudge = false;
extern ObjectID viewCenterObject;
static struct _delayedNavigation {
TilePoint walkToPos;
StaticTilePoint walkToPos;
bool pathFindFlag;
Alarm delay;
_delayedNavigation(void) : pathFindFlag(false) {
delay.basetime = 0;
delay.duration = 0;
}
} delayedNavigation;
} delayedNavigation = {{0, 0, 0}, false, {0, 0}};
static bool navigationDelayed = false;
//Tile Mode GameMode Object