aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/entities/entity_intern.h
diff options
context:
space:
mode:
authorJulien2012-07-22 21:14:48 -0400
committerJulien2012-07-27 00:14:55 -0400
commitc589e69ec9f29e59fc4358e5045fcc613f9ab6a8 (patch)
tree842b0864648e2fb1e0552e3f640e402b6a86e18c /engines/lastexpress/entities/entity_intern.h
parent5d4a8f1e15c9b90209cbd4572ef17552cc06d65c (diff)
downloadscummvm-rg350-c589e69ec9f29e59fc4358e5045fcc613f9ab6a8.tar.gz
scummvm-rg350-c589e69ec9f29e59fc4358e5045fcc613f9ab6a8.tar.bz2
scummvm-rg350-c589e69ec9f29e59fc4358e5045fcc613f9ab6a8.zip
LASTEXPRESS: Replace TIME_CHECK_CALLBACK_ACTION macro
Diffstat (limited to 'engines/lastexpress/entities/entity_intern.h')
-rw-r--r--engines/lastexpress/entities/entity_intern.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/lastexpress/entities/entity_intern.h b/engines/lastexpress/entities/entity_intern.h
index 576765620f..cb4f7b941b 100644
--- a/engines/lastexpress/entities/entity_intern.h
+++ b/engines/lastexpress/entities/entity_intern.h
@@ -347,13 +347,6 @@ void class::setup_##name() { \
break; \
}
-#define TIME_CHECK_CALLBACK_ACTION(timeValue, parameter) \
- if (getState()->time > timeValue && !parameter) { \
- parameter = 1; \
- callbackAction(); \
- break; \
- }
-
#define TIME_CHECK_PLAYSOUND_UPDATEPOSITION(timeValue, parameter, callback, sound, position) \
if (getState()->time > timeValue && !parameter) { \
parameter = 1; \