aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2002-11-13 06:02:50 +0000
committerTravis Howell2002-11-13 06:02:50 +0000
commit8cd0f3b767463465735a7629f1b7ac2baf615b84 (patch)
treeba14314f94093aa6a368d771bf8152e04cd31fbd /simon
parent7886f1fd1cc6b4dd67569e31b9946a6d14fb0a5f (diff)
downloadscummvm-rg350-8cd0f3b767463465735a7629f1b7ac2baf615b84.tar.gz
scummvm-rg350-8cd0f3b767463465735a7629f1b7ac2baf615b84.tar.bz2
scummvm-rg350-8cd0f3b767463465735a7629f1b7ac2baf615b84.zip
Change quit dialog not implemented error to warning
svn-id: r5527
Diffstat (limited to 'simon')
-rw-r--r--simon/items.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/items.cpp b/simon/items.cpp
index 788d5c22dc..30bc54a81b 100644
--- a/simon/items.cpp
+++ b/simon/items.cpp
@@ -775,7 +775,7 @@ int SimonState::runScript()
break;
case 135:{
- error("Quit if user presses Y unimplemented");
+ warning("Quit if user presses Y unimplemented");
}
break;