aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ad
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-08-31 21:01:53 +0200
committerEinar Johan Trøan Sømåen2012-08-31 21:03:29 +0200
commite067520bb904615ed75217808ba27235eb244336 (patch)
tree4c2d0965609a9ef0d8e33fd977ee3f5b15191008 /engines/wintermute/ad
parent59b1bbfa158b308d2674ca07efa77dbc7dbefaea (diff)
downloadscummvm-rg350-e067520bb904615ed75217808ba27235eb244336.tar.gz
scummvm-rg350-e067520bb904615ed75217808ba27235eb244336.tar.bz2
scummvm-rg350-e067520bb904615ed75217808ba27235eb244336.zip
WINTERMUTE: Use tabs in enums
Diffstat (limited to 'engines/wintermute/ad')
-rw-r--r--engines/wintermute/ad/ad_response_box.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/wintermute/ad/ad_response_box.h b/engines/wintermute/ad/ad_response_box.h
index 99522f00f6..8c76b561c6 100644
--- a/engines/wintermute/ad/ad_response_box.h
+++ b/engines/wintermute/ad/ad_response_box.h
@@ -52,9 +52,9 @@ public:
ScScript *_waitingScript;
virtual bool listen(BaseScriptHolder *param1, uint32 param2);
typedef enum {
- EVENT_PREV,
- EVENT_NEXT,
- EVENT_RESPONSE
+ EVENT_PREV,
+ EVENT_NEXT,
+ EVENT_RESPONSE
} TResponseEvent;
bool weedResponses();