mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Revert test change I accidentally committed
git-svn-id: https://svn.eduke32.com/eduke32@6240 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b73c449f31
commit
977c09fa28
1 changed files with 0 additions and 2 deletions
|
@ -65,12 +65,10 @@ enum DUKE3D_GLOBALFLAGS {
|
|||
};
|
||||
|
||||
G_EXTERN DukeStatus_t sbar;
|
||||
#pragma pack(push,1)
|
||||
G_EXTERN actor_t actor[MAXSPRITES];
|
||||
// g_tile: tile-specific data THAT DOES NOT CHANGE during the course of a game
|
||||
G_EXTERN tiledata_t g_tile[MAXTILES];
|
||||
G_EXTERN animwalltype animwall[MAXANIMWALLS];
|
||||
#pragma pack(pop)
|
||||
G_EXTERN char *apStrings[MAXQUOTES],*apXStrings[MAXQUOTES];
|
||||
G_EXTERN char *label;
|
||||
G_EXTERN int32_t g_musicIndex;
|
||||
|
|
Loading…
Reference in a new issue