fix variable initialization in U_BuildEpisodes

This commit is contained in:
Roman Fomin 2024-09-06 14:30:06 +07:00
parent a34a6662b9
commit 6f1d7f1beb

View File

@ -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)