- changed automap initialization so that static data only gets initialized once upon startup instead of each time a level starts.

- initialize AUTOPAGE only once when the level starts, not each time the automap is switched on.


SVN r3031 (trunk)
This commit is contained in:
Christoph Oelckers 2010-12-12 17:54:10 +00:00
commit 572bc4620a
4 changed files with 36 additions and 39 deletions

View file

@ -48,9 +48,6 @@
#include "cmdlib.h"
#include "g_level.h"
extern void R_InitBuildTiles();
FTextureManager TexMan;
//==========================================================================