mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
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:
parent
038bc1517b
commit
a50a332933
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ void initprintf(const char *f, ...)
|
|||
va_end(va);
|
||||
}
|
||||
|
||||
int32_t editstatus = 1;
|
||||
int16_t editstatus = 1;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue