Add game events for industry create/destroy
This commit is contained in:
@@ -1837,5 +1837,7 @@ char *DumpGameEventFlags(GameEventFlags events, char *b, const char *last)
|
||||
dump('t', GEF_TBTR_REPLACEMENT);
|
||||
dump('D', GEF_DISASTER_VEH);
|
||||
dump('c', GEF_TRAIN_CRASH);
|
||||
dump('i', GEF_INDUSTRY_CREATE);
|
||||
dump('j', GEF_INDUSTRY_DELETE);
|
||||
return b;
|
||||
}
|
||||
|
Reference in New Issue
Block a user