mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 19:38:06 -04:00
fix variable initialization in U_BuildEpisodes
This commit is contained in:
parent
a34a6662b9
commit
6f1d7f1beb
@ -889,7 +889,7 @@ boolean U_IsSecretMap(int episode, int map)
|
||||
|
||||
void U_BuildEpisodes(void)
|
||||
{
|
||||
boolean episode_started;
|
||||
boolean episode_started = false;
|
||||
int current_map_number = 1, all_number = 1;
|
||||
|
||||
for (int i = 0; i < U_mapinfo.mapcount; ++i)
|
||||
|
Loading…
x
Reference in New Issue
Block a user