diff options
Diffstat (limited to 'engines/agos/verb.cpp')
-rw-r--r-- | engines/agos/verb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/verb.cpp b/engines/agos/verb.cpp index dec05f6703..93077ed83e 100644 --- a/engines/agos/verb.cpp +++ b/engines/agos/verb.cpp @@ -1004,7 +1004,7 @@ void AGOSEngine::invertBox(HitArea *ha, byte a, byte b, byte c, byte d) { src[i] = color; } } else if (getGameType() == GType_PN) { - if (getPlatform() == Common::kPlatformPC) { + if (getPlatform() == Common::kPlatformDOS) { if (color != 15) { color ^= 7; src[i] = color; |