Add game event flag for virtual train creation

This commit is contained in:
Jonathan G Rennison
2019-07-29 19:39:01 +01:00
parent 162fcb050e
commit 89a6cc3e03
3 changed files with 4 additions and 0 deletions

View File

@@ -1839,5 +1839,6 @@ char *DumpGameEventFlags(GameEventFlags events, char *b, const char *last)
dump('c', GEF_TRAIN_CRASH);
dump('i', GEF_INDUSTRY_CREATE);
dump('j', GEF_INDUSTRY_DELETE);
dump('v', GEF_VIRT_TRAIN);
return b;
}