diff options
| author | Torbjörn Andersson | 2005-01-06 12:42:05 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2005-01-06 12:42:05 +0000 |
| commit | 19f604b6ef4170a0acf82c94322dd0940ef0bc18 (patch) | |
| tree | eee1072f464120a3ff113a18c2356bf2c6704bc9 /saga | |
| parent | b319c322264f009b937e54a1a0a46f8f34408cbd (diff) | |
| download | scummvm-rg350-19f604b6ef4170a0acf82c94322dd0940ef0bc18.tar.gz scummvm-rg350-19f604b6ef4170a0acf82c94322dd0940ef0bc18.tar.bz2 scummvm-rg350-19f604b6ef4170a0acf82c94322dd0940ef0bc18.zip | |
Whitespace change.
svn-id: r16442
Diffstat (limited to 'saga')
| -rw-r--r-- | saga/actor.h | 2 |
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; }; |
