summaryrefslogtreecommitdiff
path: root/src/vehicle.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-11-04 13:40:59 +0000
committerrubidium <rubidium@openttd.org>2011-11-04 13:40:59 +0000
commit9782b7bb0af914d749b125c3a0ae56cccc99c8e3 (patch)
tree3c96c798077d2903e39a390e2d7e79c7b2e6e836 /src/vehicle.cpp
parent81f583de4775858ec78b66b4e9bea6ce9952c5b9 (diff)
downloadopenttd-9782b7bb0af914d749b125c3a0ae56cccc99c8e3.tar.xz
(svn r23110) -Codechange: let the flying altitude return ints are well
Diffstat (limited to 'src/vehicle.cpp')
-rw-r--r--src/vehicle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle.cpp b/src/vehicle.cpp
index 2ace7f018..e15638f69 100644
--- a/src/vehicle.cpp
+++ b/src/vehicle.cpp
@@ -408,7 +408,7 @@ bool HasVehicleOnPos(TileIndex tile, void *data, VehicleFromPosProc *proc)
}
/**
- * Callback that returns 'real' vehicles lower or at height \c *(byte*)data .
+ * Callback that returns 'real' vehicles lower or at height \c *(int*)data .
* @param v Vehicle to examine.
* @param data Pointer to height data.
* @return \a v if conditions are met, else \c NULL.