aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/dcscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/dcscript.h')
-rw-r--r--engines/wintermute/dcscript.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/engines/wintermute/dcscript.h b/engines/wintermute/dcscript.h
index 2ebb0fe11a..a4a608da46 100644
--- a/engines/wintermute/dcscript.h
+++ b/engines/wintermute/dcscript.h
@@ -49,7 +49,15 @@ typedef enum {
// script states
typedef enum {
- SCRIPT_RUNNING, SCRIPT_WAITING, SCRIPT_SLEEPING, SCRIPT_FINISHED, SCRIPT_PERSISTENT, SCRIPT_ERROR, SCRIPT_PAUSED, SCRIPT_WAITING_SCRIPT, SCRIPT_THREAD_FINISHED
+ SCRIPT_RUNNING,
+ SCRIPT_WAITING,
+ SCRIPT_SLEEPING,
+ SCRIPT_FINISHED,
+ SCRIPT_PERSISTENT,
+ SCRIPT_ERROR,
+ SCRIPT_PAUSED,
+ SCRIPT_WAITING_SCRIPT,
+ SCRIPT_THREAD_FINISHED
} TScriptState;
// opcodes