aboutsummaryrefslogtreecommitdiff
path: root/src/game/Path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Path.h')
-rw-r--r--src/game/Path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Path.h b/src/game/Path.h
index a222156daf5..591c0d2eda2 100644
--- a/src/game/Path.h
+++ b/src/game/Path.h
@@ -67,7 +67,7 @@ class Path
len += sqrtf( xd*xd + yd*yd + zd*zd );
}
- if(curnode > 0)
+ if (curnode > 0)
{
xd = x - i_nodes[curnode-1].x;
yd = y - i_nodes[curnode-1].y;