summaryrefslogtreecommitdiff
path: root/engine.h
diff options
context:
space:
mode:
authorhackykid <hackykid@openttd.org>2005-06-06 01:31:36 +0000
committerhackykid <hackykid@openttd.org>2005-06-06 01:31:36 +0000
commit2fbb96bfa5cb10baab827b0d71539721f1619324 (patch)
tree88fc075d2f739ad04b138651f1f43d8bd6bdb2aa /engine.h
parent1018d3b78670be09d0d6ffbb2633b715c0203146 (diff)
downloadopenttd-2fbb96bfa5cb10baab827b0d71539721f1619324.tar.xz
(svn r2415) - Fix: [newgrf] Powered Wagons - Don't assume an undefined callback will fail.
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine.h b/engine.h
index 19ea10492..8a78bec28 100644
--- a/engine.h
+++ b/engine.h
@@ -144,6 +144,7 @@ enum CallbackID {
// bit positions for rvi->callbackmask, indicates which callbacks are used by an engine
// (some callbacks are always used, and dont appear here)
enum CallbackMask {
+ CBM_WAGON_POWER = 0,
CBM_REFIT_CAP = 3,
};