aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kpathing.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-31 01:11:06 +0000
committerJohannes Schickel2009-05-31 01:11:06 +0000
commitabe8cf06255f7398127912354dfbf84daceff569 (patch)
tree3b701d5499a87ad672b80f07b1b78f09251e3f44 /engines/sci/engine/kpathing.cpp
parentbccca104d0635949d328a18d722218ba4bf59f0c (diff)
downloadscummvm-rg350-abe8cf06255f7398127912354dfbf84daceff569.tar.gz
scummvm-rg350-abe8cf06255f7398127912354dfbf84daceff569.tar.bz2
scummvm-rg350-abe8cf06255f7398127912354dfbf84daceff569.zip
Typo.
svn-id: r41054
Diffstat (limited to 'engines/sci/engine/kpathing.cpp')
-rw-r--r--engines/sci/engine/kpathing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/kpathing.cpp b/engines/sci/engine/kpathing.cpp
index fa30392ead..3f0af0b538 100644
--- a/engines/sci/engine/kpathing.cpp
+++ b/engines/sci/engine/kpathing.cpp
@@ -255,7 +255,7 @@ struct PathfindingState {
};
-static Vertex *s_vertex_cur; // FIXME: Avoid non-cpnst global vars
+static Vertex *s_vertex_cur; // FIXME: Avoid non-const global vars
// FIXME: Temporary hack to deal with points in reg_ts
static bool polygon_is_reg_t(const byte *list, int size) {