Whoops forgot this

This commit is contained in:
Monster Iestyn 2017-04-24 20:43:58 +01:00
parent 07e8ef6627
commit 11b5b624bb

View file

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