summaryrefslogtreecommitdiff
path: root/src/roadveh.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-01 16:35:14 +0000
committerrubidium <rubidium@openttd.org>2007-05-01 16:35:14 +0000
commita4e045a3fbb04a7020d47caf0e2ac41d630df817 (patch)
tree3af9b32e32882e876dac13b47e51e15d2bba5c06 /src/roadveh.h
parent2ccee752fde0f4ff93c210f0801fefa2848c8ccf (diff)
downloadopenttd-a4e045a3fbb04a7020d47caf0e2ac41d630df817.tar.xz
(svn r9760) -Codechange: remove the need for saving some vehicle variables.
Diffstat (limited to 'src/roadveh.h')
-rw-r--r--src/roadveh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/roadveh.h b/src/roadveh.h
index ec1e0354f..340a74076 100644
--- a/src/roadveh.h
+++ b/src/roadveh.h
@@ -40,6 +40,7 @@ struct RoadVehicle : public Vehicle {
const char *GetTypeString() { return "road vehicle"; }
void MarkDirty();
+ void UpdateDeltaXY(Direction direction);
};
#endif /* ROADVEH_H */