mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-30 21:31:03 +00:00
- fixed compile.
This commit is contained in:
parent
72e7bde578
commit
6a0e7c14ee
2 changed files with 0 additions and 3 deletions
|
@ -109,7 +109,6 @@ END_DUKE_NS
|
||||||
|
|
||||||
#include "actors.h"
|
#include "actors.h"
|
||||||
#include "common_game.h"
|
#include "common_game.h"
|
||||||
#include "config.h"
|
|
||||||
#include "gamecontrol.h"
|
#include "gamecontrol.h"
|
||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "gamedef.h"
|
#include "gamedef.h"
|
||||||
|
|
|
@ -45,8 +45,6 @@ into many sub-files.
|
||||||
|
|
||||||
BEGIN_DUKE_NS
|
BEGIN_DUKE_NS
|
||||||
|
|
||||||
int16_t max_ammo_amount[MAX_WEAPONS];
|
|
||||||
|
|
||||||
// parser state: todo: turn into a class
|
// parser state: todo: turn into a class
|
||||||
char* textptr;
|
char* textptr;
|
||||||
char* label;
|
char* label;
|
||||||
|
|
Loading…
Reference in a new issue