1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(svn r27) -Fix: [1006715] Autorenew issues

-Add: PE_CURRENCY to patchmenu
This commit is contained in:
truelight
2004-08-12 17:49:16 +00:00
parent 4b0d4dd3fe
commit 210ada1b51
6 changed files with 70 additions and 13 deletions

View File

@@ -120,7 +120,8 @@ typedef struct Patches {
uint16 servint_ships; // service interval for ships
bool autorenew;
uint16 autorenew_months;
int16 autorenew_months;
int32 autorenew_money;
bool new_pathfinding; // use optimized pathfinding algoritm for trains
byte pf_maxdepth; // maximum recursion depth when searching for a train route for new pathfinder