aboutsummaryrefslogtreecommitdiff
path: root/saga/actor.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-01-06 12:42:05 +0000
committerTorbjörn Andersson2005-01-06 12:42:05 +0000
commit19f604b6ef4170a0acf82c94322dd0940ef0bc18 (patch)
treeeee1072f464120a3ff113a18c2356bf2c6704bc9 /saga/actor.h
parentb319c322264f009b937e54a1a0a46f8f34408cbd (diff)
downloadscummvm-rg350-19f604b6ef4170a0acf82c94322dd0940ef0bc18.tar.gz
scummvm-rg350-19f604b6ef4170a0acf82c94322dd0940ef0bc18.tar.bz2
scummvm-rg350-19f604b6ef4170a0acf82c94322dd0940ef0bc18.zip
Whitespace change.
svn-id: r16442
Diffstat (limited to 'saga/actor.h')
-rw-r--r--saga/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/actor.h b/saga/actor.h
index d0f7c2190a..48dda0ce27 100644
--- a/saga/actor.h
+++ b/saga/actor.h
@@ -123,7 +123,7 @@ enum PathCellType {
struct PathDirectionData {
int direction;
- int x;
+ int x;
int y;
};