(svn r4946) "Feature": Add a cheat that allows running electric engines on normal rail

This commit is contained in:
celestar
2006-05-22 14:41:20 +00:00
parent ba6ea3d359
commit 979b640f19
5 changed files with 22 additions and 5 deletions

View File

@@ -228,6 +228,7 @@ typedef struct Cheats {
Cheat switch_climate;
Cheat change_date; //changes date ingame
Cheat setup_prod; //setup raw-material production in game
Cheat elrail; //allow electric engines to be powered on conventional rail
} Cheats;
VARDEF Cheats _cheats;