aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authoruruk2014-06-08 11:06:12 +0200
committeruruk2014-06-08 11:06:12 +0200
commit1d8536e6df8db7dec0cc4fb05f85bf67183e848d (patch)
treef93a0a07cf157fcf345780a0af7935e2c81bb52c /engines
parent9afe6bd570e5445db951792f338d2781ad67d1ee (diff)
downloadscummvm-rg350-1d8536e6df8db7dec0cc4fb05f85bf67183e848d.tar.gz
scummvm-rg350-1d8536e6df8db7dec0cc4fb05f85bf67183e848d.tar.bz2
scummvm-rg350-1d8536e6df8db7dec0cc4fb05f85bf67183e848d.zip
CGE2: Replace tab with space.
Diffstat (limited to 'engines')
-rw-r--r--engines/cge2/map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/map.cpp b/engines/cge2/map.cpp
index ed8ce21b3b..1ae9451ecc 100644
--- a/engines/cge2/map.cpp
+++ b/engines/cge2/map.cpp
@@ -36,7 +36,7 @@ Map::~Map() {
_container.clear();
}
-int Map::convertCoord(int coord) {
+int Map::convertCoord(int coord) {
return (coord + (kMapGrid >> 1)) & kMapMask;
}