aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-07-20 11:30:15 +0000
committerTravis Howell2004-07-20 11:30:15 +0000
commit6225285a59f11df5acbe3ac1e64f1592a8a441e1 (patch)
tree41fc2c67a715617164c8c555e1f12af40d801bd9 /scumm/dialogs.cpp
parent8ad464b49863c8842426a6fe839faf2ddd54d926 (diff)
downloadscummvm-rg350-6225285a59f11df5acbe3ac1e64f1592a8a441e1.tar.gz
scummvm-rg350-6225285a59f11df5acbe3ac1e64f1592a8a441e1.tar.bz2
scummvm-rg350-6225285a59f11df5acbe3ac1e64f1592a8a441e1.zip
Add support for version key in The Dig
svn-id: r14285
Diffstat (limited to 'scumm/dialogs.cpp')
-rw-r--r--scumm/dialogs.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp
index d2534e6b7b..edf71a0c62 100644
--- a/scumm/dialogs.cpp
+++ b/scumm/dialogs.cpp
@@ -77,7 +77,8 @@ static ResString string_map_table_v7[] = {
{73, "cancel"}, //boot11
{74, "quit"}, //boot12
{75, "ok"}, //boot13
- {85, "game paused"}, // boot3
+ {85, "game paused"}, // boot3
+ {96, "the dig v1.0"},
/* this is the almost complete string map for v7
{63, "how may I serve you?"},
@@ -602,8 +603,8 @@ void InfoDialog::setInfoText(const String& message) {
#pragma mark -
-PauseDialog::PauseDialog(ScummEngine *scumm)
- : InfoDialog(scumm, 10) {
+PauseDialog::PauseDialog(ScummEngine *scumm, int res)
+ : InfoDialog(scumm, res) {
}
void PauseDialog::handleKeyDown(uint16 ascii, int keycode, int modifiers) {