mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-26 04:30:55 +00:00
Whoops forgot this
This commit is contained in:
parent
4e96f624e7
commit
13cb656f0b
1 changed files with 1 additions and 1 deletions
|
@ -5575,7 +5575,7 @@ void P_InitSpecials(void)
|
|||
curWeather = mapheaderinfo[gamemap-1]->weather;
|
||||
break;
|
||||
default: // blank/none
|
||||
curWeather = PRECIP_NONE:
|
||||
curWeather = PRECIP_NONE;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue