mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Tweak r3116.
git-svn-id: https://svn.eduke32.com/eduke32@3118 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
805ebe99de
commit
10c7206d1c
2 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue