From a28b307c952fb4213ec75ad8db602235e84f934e Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 26 Sep 2007 17:33:32 +0000 Subject: (svn r11173) -Codechange: rename some callback enums so they are more uniform. --- src/rail_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rail_cmd.cpp') diff --git a/src/rail_cmd.cpp b/src/rail_cmd.cpp index c4f9dd1c1..a2f07fd5a 100644 --- a/src/rail_cmd.cpp +++ b/src/rail_cmd.cpp @@ -1518,7 +1518,7 @@ static void DrawTile_Track(TileInfo *ti) const Station* st = ComposeWaypointStation(ti->tile); uint gfx = 2; - if (HASBIT(statspec->callbackmask, CBM_CUSTOM_LAYOUT)) { + if (HASBIT(statspec->callbackmask, CBM_STATION_SPRITE_LAYOUT)) { uint16 callback = GetStationCallback(CBID_STATION_SPRITE_LAYOUT, 0, 0, statspec, st, ti->tile); if (callback != CALLBACK_FAILED) gfx = callback; } -- cgit v1.2.3-54-g00ecf