Skip to content

Commit ad96be5

Browse files
committed
xrGame:fix windows build
1 parent 2fe3fb2 commit ad96be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrGame/ui/UIMapWndActions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ void CMapActionPlanner::setup(CUIMapWnd* object)
148148
add_evaluator(ePropMapIdle, new CEvaluatorMapConst(false, "ePropMapIdle"));
149149

150150
// final world state
151-
_world_operator* action = new CMapActionIdle("eOperatorMapIdle");
151+
world_operator* action = new CMapActionIdle("eOperatorMapIdle");
152152
add_condition(action, ePropMapResized, true);
153153
add_condition(action, ePropTargetMapShown, true);
154154
add_condition(action, ePropMapIdle, false);

0 commit comments

Comments
 (0)