Skip to content

Commit 760ee28

Browse files
committed
Fix ce1582f
1 parent 0a664e4 commit 760ee28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rts/Sim/Path/Default/PathFinderDef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class CPathFinderDef {
2323

2424
float3 goal;
2525
float sqGoalRadius;
26-
float startInGoalRadius;
26+
bool startInGoalRadius;
2727
int goalSquareX;
2828
int goalSquareZ;
2929
};

0 commit comments

Comments
 (0)