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

(svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to serverside

-This means that one company can only have one setting for renew and replacing
    more clients will not fight due to different settings anymore
  -This is a needed step in the line to fix autoreplacing dualheaded locomotives
  NOTE: savegame revision bump (peter1138 + me in coop)
This commit is contained in:
bjarni
2005-08-06 16:07:22 +00:00
parent ddb58492f3
commit ed8e2bac04
14 changed files with 234 additions and 75 deletions

View File

@@ -434,9 +434,6 @@ VARDEF byte _vehicle_design_names;
* to include npf.h */
#define NPF_TILE_LENGTH 100
/* Autoreplace vehicle stuff*/
VARDEF byte _autoreplace_array[256];
/* Forking stuff */
VARDEF bool _dedicated_forks;