We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe3fb2 commit ad96be5Copy full SHA for ad96be5
src/xrGame/ui/UIMapWndActions.cpp
@@ -148,7 +148,7 @@ void CMapActionPlanner::setup(CUIMapWnd* object)
148
add_evaluator(ePropMapIdle, new CEvaluatorMapConst(false, "ePropMapIdle"));
149
150
// final world state
151
- _world_operator* action = new CMapActionIdle("eOperatorMapIdle");
+ world_operator* action = new CMapActionIdle("eOperatorMapIdle");
152
add_condition(action, ePropMapResized, true);
153
add_condition(action, ePropTargetMapShown, true);
154
add_condition(action, ePropMapIdle, false);
0 commit comments