aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw_v2.cpp
diff options
context:
space:
mode:
authorSven Hesse2011-01-29 22:45:15 +0000
committerSven Hesse2011-01-29 22:45:15 +0000
commit0c3a33c354c027ee238186794d96c3047d0a4ce2 (patch)
treec6c0a8a7bb8e5e3973c53574a9b30efa6b3df337 /engines/gob/draw_v2.cpp
parent05d5d64d6c108bcf57e67ff3976c1cd0324a30ef (diff)
downloadscummvm-rg350-0c3a33c354c027ee238186794d96c3047d0a4ce2.tar.gz
scummvm-rg350-0c3a33c354c027ee238186794d96c3047d0a4ce2.tar.bz2
scummvm-rg350-0c3a33c354c027ee238186794d96c3047d0a4ce2.zip
GOB: Change _curTotFile and _totToLoad into Common::String
svn-id: r55629
Diffstat (limited to 'engines/gob/draw_v2.cpp')
-rw-r--r--engines/gob/draw_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/draw_v2.cpp b/engines/gob/draw_v2.cpp
index e9564cd7ec..8bbb5773d7 100644
--- a/engines/gob/draw_v2.cpp
+++ b/engines/gob/draw_v2.cpp
@@ -196,7 +196,7 @@ void Draw_v2::printTotText(int16 id) {
// WORKAROUND: In the scripts of some Gobliins 2 versions, the dialog text IDs
// for Fingus and the mayor are swapped.
if ((_vm->getGameType() == kGameTypeGob2) && !_vm->isCD() &&
- (!scumm_stricmp(_vm->_game->_curTotFile, "gob07.tot"))) {
+ _vm->_game->_curTotFile.equalsIgnoreCase("gob07.tot")) {
if (id == 24) {
if (_mayorWorkaroundStatus == 1) {