mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
engine: fix unused variable permanentlock
git-svn-id: https://svn.eduke32.com/eduke32@2576 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
015affaa27
commit
db81c01b3e
1 changed files with 0 additions and 1 deletions
|
@ -135,7 +135,6 @@ static int32_t artversion;
|
|||
int32_t mapversion=7; // JBF 20040211: default mapversion to 7
|
||||
char picsiz[MAXTILES];
|
||||
static void *pic = NULL;
|
||||
static char permanentlock = 255;
|
||||
static char tilefilenum[MAXTILES];
|
||||
static int32_t tilefileoffs[MAXTILES];
|
||||
static int32_t lastageclock;
|
||||
|
|
Loading…
Reference in a new issue