(svn r9841) -Codechange: add a little more type strictness to the vehicle types.

This commit is contained in:
rubidium
2007-05-15 11:28:22 +00:00
parent 0f81140b59
commit 08be68e0b4
7 changed files with 15 additions and 6 deletions

View File

@@ -770,6 +770,8 @@ static uint32 VehicleGetVariable(const ResolverObject *object, byte variable, by
case 0x66: return MapAircraftMovementAction(v); // Current movement action
}
break;
default: break;
}
DEBUG(grf, 1, "Unhandled vehicle property 0x%X, type 0x%X", variable, v->type);