compat_tools.c: match definition of 'editstatus'to declarations in other places. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4939 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2015-01-24 19:14:39 +00:00
parent 038bc1517b
commit a50a332933

View file

@ -19,7 +19,7 @@ void initprintf(const char *f, ...)
va_end(va);
}
int32_t editstatus = 1;
int16_t editstatus = 1;
#ifdef __cplusplus
}