Tweak r3116.

git-svn-id: https://svn.eduke32.com/eduke32@3118 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2012-11-05 03:48:03 +00:00
parent 805ebe99de
commit 10c7206d1c
2 changed files with 2 additions and 6 deletions

View file

@ -196,12 +196,6 @@ void initialize_engine_globals(void)
pow2long[29] = 536870912L; pow2long[29] = 536870912L;
pow2long[30] = 1073741824L; pow2long[30] = 1073741824L;
pow2long[31] = 2147483647L; pow2long[31] = 2147483647L;
#ifdef USE_OPENGL
mdinited = 0;
mdpause = 0;
nextmodelid = 0;
#endif
} }
int32_t reciptable[2048], fpuasm; int32_t reciptable[2048], fpuasm;

View file

@ -24,6 +24,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "global.h" #include "global.h"
#include "duke3d.h" #include "duke3d.h"
user_defs ud;
void initialize_globals(void) void initialize_globals(void)
{ {
#include "rev.h" #include "rev.h"