eliminate unused code

This commit is contained in:
pionere 2020-12-22 22:02:56 +01:00 committed by Anders Jenbo
commit f5c1079d6f
43 changed files with 206 additions and 449 deletions

View file

@ -17,7 +17,7 @@ DEVILUTION_BEGIN_NAMESPACE
_SNETVERSIONDATA fileinfo;
/** True if the game is the current active window */
int gbActive;
/** A handle to an unused MPQ archive. */
/** A handle to an hellfire.mpq archive. */
HANDLE hellfire_mpq;
/** The current input handler function */
WNDPROC CurrentProc;