summaryrefslogtreecommitdiff
path: root/src/gfxinit.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-10-22 19:11:50 +0000
committerrubidium <rubidium@openttd.org>2007-10-22 19:11:50 +0000
commit3a785b000a57655871cf9b14b1602e950d17a751 (patch)
tree8e9a574309c890af02a04d3e0bc4fbd7aacb083d /src/gfxinit.cpp
parent00161bf9aada47acc5eddc083c948bd8078c832f (diff)
downloadopenttd-3a785b000a57655871cf9b14b1602e950d17a751.tar.xz
(svn r11339) -Add: autoroad; same as autorail, but for road and trams and only on X and Y direction. Patch by Octopussy and skidd13.
Diffstat (limited to 'src/gfxinit.cpp')
-rw-r--r--src/gfxinit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfxinit.cpp b/src/gfxinit.cpp
index 84a04f1b8..b1f22fe3a 100644
--- a/src/gfxinit.cpp
+++ b/src/gfxinit.cpp
@@ -324,7 +324,7 @@ static const SpriteID _openttd_grf_indexes[] = {
377, 377, ///< · small
153, 153, ///< · medium
601, 601, ///< · large
- SPR_WARNING_SIGN, SPR_WARNING_SIGN,
+ SPR_WARNING_SIGN, SPR_CURSOR_AUTOTRAM,
END
};