mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-05 15:11:16 +00:00
Compilation fixes
This commit is contained in:
parent
64173ecf2a
commit
e747f50f8b
3 changed files with 2 additions and 3 deletions
|
@ -25,7 +25,7 @@ enum CameraHUDLut {
|
||||||
GLYPH_CAM_WARIO_HEAD,
|
GLYPH_CAM_WARIO_HEAD,
|
||||||
};
|
};
|
||||||
|
|
||||||
u8 gOverrideHideHud;
|
extern u8 gOverrideHideHud;
|
||||||
|
|
||||||
void set_hud_camera_status(s16 status);
|
void set_hud_camera_status(s16 status);
|
||||||
void render_hud(void);
|
void render_hud(void);
|
||||||
|
|
|
@ -95,7 +95,7 @@ unsigned int configKeyDRight[MAX_BINDS] = { 0x0151, 0x100e, VK_INVALID
|
||||||
unsigned int configStickDeadzone = 16; // 16*DEADZONE_STEP=4960 (the original default deadzone)
|
unsigned int configStickDeadzone = 16; // 16*DEADZONE_STEP=4960 (the original default deadzone)
|
||||||
unsigned int configRumbleStrength = 50;
|
unsigned int configRumbleStrength = 50;
|
||||||
#ifdef EXTERNAL_DATA
|
#ifdef EXTERNAL_DATA
|
||||||
bool configPrecacheRes = true;
|
bool configPrecacheRes = false;
|
||||||
#endif
|
#endif
|
||||||
#ifdef BETTERCAMERA
|
#ifdef BETTERCAMERA
|
||||||
// BetterCamera settings
|
// BetterCamera settings
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
#include "pc/gfx/gfx_pc.h"
|
#include "pc/gfx/gfx_pc.h"
|
||||||
#include "game/game_init.h"
|
#include "game/game_init.h"
|
||||||
#include "game/ingame_menu.h"
|
#include "game/ingame_menu.h"
|
||||||
#include "game/object_list_processor.h"
|
|
||||||
#include "game/segment2.h"
|
#include "game/segment2.h"
|
||||||
#include "game/mario.h"
|
#include "game/mario.h"
|
||||||
#include "gfx_dimensions.h"
|
#include "gfx_dimensions.h"
|
||||||
|
|
Loading…
Reference in a new issue