engine: fix unused variable permanentlock

git-svn-id: https://svn.eduke32.com/eduke32@2576 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
plagman 2012-03-31 22:32:05 +00:00
parent 015affaa27
commit db81c01b3e

View file

@ -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;