Skip to content

Commit

Permalink
WAGE: Fix compilation under *nix.
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
  • Loading branch information
sev- committed Dec 27, 2015
1 parent bee9d5e commit e8194a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/wage/world.cpp
Expand Up @@ -96,7 +96,7 @@ bool World::loadWorld(Common::MacResManager *resMan) {
readS.skip(3);
_aboutMessage = readPascalString(readS);

if (!stricmp(resMan->getFileName().c_str(), "Scepters"))
if (!scumm_stricmp(resMan->getFileName().c_str(), "Scepters"))
readS.skip(1); // ????

_soundLibrary1 = readPascalString(readS);
Expand Down

0 comments on commit e8194a6

Please sign in to comment.