Skip to content

Commit

Permalink
- Remove some leftover stuff from gamecontrol.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjr4077au committed Apr 22, 2021
1 parent ab4c18a commit 8e53489
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions source/core/gamecontrol.h
Expand Up @@ -28,27 +28,6 @@ extern int g_nextskill;

extern FMemArena dump; // this is for memory blocks than cannot be deallocated without some huge effort. Put them in here so that they do not register on shutdown.

int CONFIG_Init();

// I am not sure if anything below will survive for long...

#define MAXMOUSEAXES 2
#define MAXMOUSEDIGITAL (MAXMOUSEAXES*2)

// default mouse scale
#define DEFAULTMOUSEANALOGUESCALE 65536

// default joystick settings

#define DEFAULTJOYSTICKANALOGUESCALE 65536
#define DEFAULTJOYSTICKANALOGUEDEAD 1000
#define DEFAULTJOYSTICKANALOGUESATURATE 9500


void CONFIG_SetupJoystick(void);

void CONFIG_SetGameControllerDefaultsClear();

extern FStringCVar* const CombatMacros[];
void CONFIG_ReadCombatMacros();

Expand Down

0 comments on commit 8e53489

Please sign in to comment.