From 416e2b67b13cd2238599e766ce4e6b65b6121ac8 Mon Sep 17 00:00:00 2001 From: dominik Date: Thu, 9 Dec 2004 23:16:52 +0000 Subject: (svn r999) New icons for the network interface, newgrf gui and the tiny euro --- vehicle_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vehicle_gui.c') 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 *****************/ -- cgit v1.2.3-54-g00ecf