summaryrefslogtreecommitdiff
path: root/src/order_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-02-14 17:06:49 +0000
committerrubidium <rubidium@openttd.org>2013-02-14 17:06:49 +0000
commit369a6f9d1b6856eee47df08b1aae8049eaf4b2fa (patch)
treeac8fea57b2d4156c4c1a7e9ca361bde23c56d99c /src/order_func.h
parentc77cd1f409698a5c3c0dc89f2cd1930b20b90554 (diff)
downloadopenttd-369a6f9d1b6856eee47df08b1aae8049eaf4b2fa.tar.xz
(svn r24995) -Codechange: Add flags to vehicle service interval for custom & ispercent (peter1138)
Diffstat (limited to 'src/order_func.h')
-rw-r--r--src/order_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_func.h b/src/order_func.h
index abdbf3f55..54977181a 100644
--- a/src/order_func.h
+++ b/src/order_func.h
@@ -33,6 +33,6 @@ void DrawOrderString(const Vehicle *v, const Order *order, int order_index, int
#define MIN_SERVINT_DAYS 30
#define MAX_SERVINT_DAYS 800
-uint16 GetServiceIntervalClamped(uint interval, CompanyID company_id);
+uint16 GetServiceIntervalClamped(uint interval, bool ispercent);
#endif /* ORDER_FUNC_H */