mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 03:00:58 +00:00
Same sort of thing as the previous commits, but for the engine. Forward declaration cleanup and constification.
git-svn-id: https://svn.eduke32.com/eduke32@7072 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
342b32c4aa
commit
2e2731c119
16 changed files with 35 additions and 84 deletions
|
@ -126,10 +126,6 @@ static int32_t nextvoxid = 0;
|
|||
static char *faketilebuffer = NULL;
|
||||
static int32_t faketilebuffersiz = 0;
|
||||
|
||||
#ifdef USE_OPENGL
|
||||
extern uint8_t alphahackarray[MAXTILES];
|
||||
#endif
|
||||
|
||||
static const char *skyfaces[6] =
|
||||
{
|
||||
"front face", "right face", "back face",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue