aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
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 {