aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-01-06 16:07:46 +0000
committerTorbjörn Andersson2005-01-06 16:07:46 +0000
commitcfe84492adc3ef69154c59d0a94c093bbb9a6609 (patch)
treede9099a129f066238479a50c249419cda9cdaec9 /saga/script.h
parentf974b48a41469aa3a86a1ed1ccb00d9a58656cc0 (diff)
downloadscummvm-rg350-cfe84492adc3ef69154c59d0a94c093bbb9a6609.tar.gz
scummvm-rg350-cfe84492adc3ef69154c59d0a94c093bbb9a6609.tar.bz2
scummvm-rg350-cfe84492adc3ef69154c59d0a94c093bbb9a6609.zip
Placard functions are now event-driven, so the blocking palette faders are
no longer needed. svn-id: r16450
Diffstat (limited to 'saga/script.h')
-rw-r--r--saga/script.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/saga/script.h b/saga/script.h
index 317b43e9a3..f045696fbb 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -95,7 +95,8 @@ enum ThreadWaitTypes {
kWaitTypeDialogBegin = 4, // waiting for other dialog to finish
kWaitTypeWalk = 5, // waiting to finish walking
kWaitTypeRequest = 6, // a request is up
- kWaitTypePause = 7
+ kWaitTypePause = 7,
+ kWaitTypePlacard = 8
};
enum OpCodes {