summaryrefslogtreecommitdiff
path: root/engine.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-26 19:34:03 +0000
committertron <tron@openttd.org>2005-07-26 19:34:03 +0000
commit452652e85e0e10a73e727cc389f125347fc17681 (patch)
treedf6a90b1a2e44d5af3c121cbc2e31875e6fbac0e /engine.c
parent5e31dff2fd249a87490ddfc16ebdff5aae157ce6 (diff)
downloadopenttd-452652e85e0e10a73e727cc389f125347fc17681.tar.xz
(svn r2720) Remove unused declarations and definitions
Diffstat (limited to 'engine.c')
-rw-r--r--engine.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/engine.c b/engine.c
index 47e5a6e93..e35085b42 100644
--- a/engine.c
+++ b/engine.c
@@ -647,8 +647,6 @@ uint16 GetCallBackResult(uint16 callback_info, byte engine, const Vehicle *v)
static byte _vsg_random_triggers;
static byte _vsg_bits_to_reseed;
-extern int _custom_sprites_base;
-
static SpriteGroup *TriggerVehicleSpriteGroup(SpriteGroup *spritegroup,
Vehicle *veh, uint16 callback_info, resolve_callback resolve_func)
{