Add dev console command to trigger disaster

This commit is contained in:
Jonathan G Rennison
2018-03-27 17:51:45 +01:00
parent 7c620edb52
commit 4cdc253c38
2 changed files with 15 additions and 1 deletions

View File

@@ -905,7 +905,7 @@ static const Disaster _disasters[] = {
{Disaster_CoalMine_Init, 1950, 1985}, // coalmine
};
static void DoDisaster()
void DoDisaster()
{
byte buf[lengthof(_disasters)];