aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs/segmap.h
diff options
context:
space:
mode:
authorBenjamin Haisch2009-07-06 10:59:42 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:08 +0100
commit22db6b155840c145864ccc219b21e197d5dce738 (patch)
treeddec22518910b1a1267b54df43ab79f72f39135d /engines/toltecs/segmap.h
parent9a84c13bef923eedc020b6706d0a7b6685bb42fd (diff)
downloadscummvm-rg350-22db6b155840c145864ccc219b21e197d5dce738.tar.gz
scummvm-rg350-22db6b155840c145864ccc219b21e197d5dce738.tar.bz2
scummvm-rg350-22db6b155840c145864ccc219b21e197d5dce738.zip
TOLTECS: - Fixed clipping bugs (in 256-color sprites and scaled sprites)
- Minor cleanup
Diffstat (limited to 'engines/toltecs/segmap.h')
-rw-r--r--engines/toltecs/segmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toltecs/segmap.h b/engines/toltecs/segmap.h
index b860efb2ce..394d4ae10d 100644
--- a/engines/toltecs/segmap.h
+++ b/engines/toltecs/segmap.h
@@ -79,7 +79,7 @@ public:
void getRgbModifiertAtPoint(int16 x, int16 y, int16 id, byte &r, byte &g, byte &b);
void addMasksToRenderQueue();
-
+
//protected:
public: // for debugging purposes