From f55ffd14bdaa85f9eb7c22c442f46169f63137be Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 20 Apr 2008 10:13:54 +0000 Subject: (svn r12803) -Cleanup: rename SpecialVehicle to EffectVehicle to have a uniform naming of the thing instead of using both names for the same thing. --- src/smallmap_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/smallmap_gui.cpp') diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp index 93086d1ff..1cba5798b 100644 --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -682,7 +682,7 @@ skip_column: byte color; FOR_ALL_VEHICLES(v) { - if (v->type != VEH_SPECIAL && + if (v->type != VEH_EFFECT && (v->vehstatus & (VS_HIDDEN | VS_UNCLICKABLE)) == 0) { /* Remap into flat coordinates. */ Point pt = RemapCoords( -- cgit v1.2.3-70-g09d2