aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/command.cpp
diff options
context:
space:
mode:
authorGregory Montoir2007-02-25 19:10:59 +0000
committerGregory Montoir2007-02-25 19:10:59 +0000
commit4af53c56e91c41fbbb117312c0a2087f728e45a9 (patch)
treeb8217d7ecc7ffae0cf1eab480beb849ecb05e173 /engines/queen/command.cpp
parent2cbe50c5ec4812d12bf9992b713dfdef307d25e6 (diff)
downloadscummvm-rg350-4af53c56e91c41fbbb117312c0a2087f728e45a9.tar.gz
scummvm-rg350-4af53c56e91c41fbbb117312c0a2087f728e45a9.tar.bz2
scummvm-rg350-4af53c56e91c41fbbb117312c0a2087f728e45a9.zip
changed all hard-coded filenames to uppercase, for consistency
svn-id: r25862
Diffstat (limited to 'engines/queen/command.cpp')
-rw-r--r--engines/queen/command.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/queen/command.cpp b/engines/queen/command.cpp
index 50982420ce..6ab185bb8a 100644
--- a/engines/queen/command.cpp
+++ b/engines/queen/command.cpp
@@ -708,7 +708,7 @@ void Command::grabSelectedVerb() {
bool Command::executeIfCutaway(const char *description) {
if (strlen(description) > 4 &&
- scumm_stricmp(description + strlen(description) - 4, ".cut") == 0) {
+ scumm_stricmp(description + strlen(description) - 4, ".CUT") == 0) {
_vm->display()->clearTexts(CmdText::COMMAND_Y_POS, CmdText::COMMAND_Y_POS);
@@ -725,7 +725,7 @@ bool Command::executeIfCutaway(const char *description) {
bool Command::executeIfDialog(const char *description) {
if (strlen(description) > 4 &&
- scumm_stricmp(description + strlen(description) - 4, ".dog") == 0) {
+ scumm_stricmp(description + strlen(description) - 4, ".DOG") == 0) {
_vm->display()->clearTexts(CmdText::COMMAND_Y_POS, CmdText::COMMAND_Y_POS);