Whoops forgot this

This commit is contained in:
Monster Iestyn 2017-04-24 20:43:58 +01:00
parent 4e96f624e7
commit 13cb656f0b
1 changed files with 1 additions and 1 deletions

View File

@ -5575,7 +5575,7 @@ void P_InitSpecials(void)
curWeather = mapheaderinfo[gamemap-1]->weather;
break;
default: // blank/none
curWeather = PRECIP_NONE:
curWeather = PRECIP_NONE;
break;
}