aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Brown2002-08-01 13:46:16 +0000
committerJames Brown2002-08-01 13:46:16 +0000
commit41940a17327e08e21863d5c999eede5289ce609a (patch)
treef12191fa84e5bd4b60739b0758b4e0c5d9208ee4
parent498bd5a0fd3ee0465935a335e661440e4b18d7c5 (diff)
downloadscummvm-rg350-41940a17327e08e21863d5c999eede5289ce609a.tar.gz
scummvm-rg350-41940a17327e08e21863d5c999eede5289ce609a.tar.bz2
scummvm-rg350-41940a17327e08e21863d5c999eede5289ce609a.zip
Remove obsolete fixme, fixed by Fingolfins ignoreBoxes check.
svn-id: r4688
-rw-r--r--actor.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/actor.cpp b/actor.cpp
index c8e9781411..657e28bc17 100644
--- a/actor.cpp
+++ b/actor.cpp
@@ -339,11 +339,6 @@ void Actor::setupActorScale()
uint16 scale;
byte *resptr;
- // FIXME: Special 'no scaling' class for MI1 VGA Floppy
- // Not totally sure if this is correct.
- if (_vm->_gameId == GID_MONKEY_VGA && isInClass(22))
- return;
-
if (_vm->_features & GF_NO_SCALLING) {
scalex = 0xFF;
scaley = 0xFF;