mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-20 18:42:17 +00:00
- Fixed compilation with gcc and clang.
This commit is contained in:
parent
a45c2ed9b6
commit
5153d19af0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
#include "g_levellocals.h"
|
||||
#include "events.h"
|
||||
|
||||
static TArray<cluster_info_t> wadclusterinfos;
|
||||
TArray<cluster_info_t> wadclusterinfos;
|
||||
TArray<level_info_t> wadlevelinfos;
|
||||
|
||||
level_info_t TheDefaultLevelInfo;
|
||||
|
|
Loading…
Reference in a new issue