Commit 2e4f156b authored by Steven Fuller's avatar Steven Fuller

get rid of a gcc 3.0 warning...

parent 3d81e04c
...@@ -724,6 +724,7 @@ void CP_NewGame() ...@@ -724,6 +724,7 @@ void CP_NewGame()
UnCacheLump (OPTIONS_LUMP_START,OPTIONS_LUMP_END); UnCacheLump (OPTIONS_LUMP_START,OPTIONS_LUMP_END);
#endif #endif
episode = 0;
#ifndef SPEAR #ifndef SPEAR
firstpart: firstpart:
...@@ -776,8 +777,6 @@ firstpart: ...@@ -776,8 +777,6 @@ firstpart:
MenuFadeOut(); MenuFadeOut();
#else #else
episode = 0;
// //
// ALREADY IN A GAME? // ALREADY IN A GAME?
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment