mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 21:51:09 +00:00
Removed unused IN_ButtonDown and IN_ButtonUp functions.
This commit is contained in:
parent
4113f63a63
commit
4632d85553
1 changed files with 0 additions and 5 deletions
|
@ -267,11 +267,6 @@ void IN_Button14Up(void) {IN_KeyUp(&in_buttons[14]);}
|
|||
void IN_Button15Down(void) {IN_KeyDown(&in_buttons[15]);}
|
||||
void IN_Button15Up(void) {IN_KeyUp(&in_buttons[15]);}
|
||||
|
||||
void IN_ButtonDown (void) {
|
||||
IN_KeyDown(&in_buttons[1]);}
|
||||
void IN_ButtonUp (void) {
|
||||
IN_KeyUp(&in_buttons[1]);}
|
||||
|
||||
void IN_CenterView (void) {
|
||||
cl.viewangles[PITCH] = -SHORT2ANGLE(cl.snap.ps.delta_angles[PITCH]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue