mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
Mapster32 build fix
git-svn-id: https://svn.eduke32.com/eduke32@4668 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c8ea7baf72
commit
088808eb3e
2 changed files with 3 additions and 1 deletions
|
@ -90,7 +90,7 @@ extern void G_SetupGlobalPsky(void);
|
||||||
//////////
|
//////////
|
||||||
|
|
||||||
extern char g_modDir[BMAX_PATH];
|
extern char g_modDir[BMAX_PATH];
|
||||||
|
extern int32_t kopen4loadfrommod(const char *filename, char searchfirst);
|
||||||
extern void G_AddSearchPaths(void);
|
extern void G_AddSearchPaths(void);
|
||||||
extern void G_CleanupSearchPaths(void);
|
extern void G_CleanupSearchPaths(void);
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "sounds_mapster32.h"
|
#include "sounds_mapster32.h"
|
||||||
|
#include "common.h"
|
||||||
|
#include "common_game.h"
|
||||||
|
|
||||||
#define LOUDESTVOLUME 150
|
#define LOUDESTVOLUME 150
|
||||||
#define MUSICANDSFX 5
|
#define MUSICANDSFX 5
|
||||||
|
|
Loading…
Reference in a new issue