summaryrefslogtreecommitdiff
path: root/vehicle_gui.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-09 23:16:52 +0000
committerdominik <dominik@openttd.org>2004-12-09 23:16:52 +0000
commit416e2b67b13cd2238599e766ce4e6b65b6121ac8 (patch)
tree45bad2b52e086cfe08d4fac3c784cf65f5c1e9b7 /vehicle_gui.c
parent02bf3ed5c07451ae860bf4a197fca00908eb4293 (diff)
downloadopenttd-416e2b67b13cd2238599e766ce4e6b65b6121ac8.tar.xz
(svn r999) New icons for the network interface, newgrf gui and the tiny euro
Diffstat (limited to 'vehicle_gui.c')
-rw-r--r--vehicle_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle_gui.c b/vehicle_gui.c
index 048999dd8..9e2edc6cb 100644
--- a/vehicle_gui.c
+++ b/vehicle_gui.c
@@ -52,7 +52,7 @@ void DrawVehicleProfitButton(Vehicle *v, int x, int y)
ormod = 0x30a8000; // yellow
else
ormod = 0x30d8000; // green
- DrawSprite((SPR_OPENTTD_BASE + 10) | ormod, x, y);
+ DrawSprite((SPR_BLOT) | ormod, x, y);
}
/************ Sorter functions *****************/