aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;