mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 13:35:12 +00:00
Fixed tabs/spaces
This commit is contained in:
parent
28fc53c207
commit
1a9c8dbe47
1 changed files with 6 additions and 5 deletions
|
@ -24,11 +24,12 @@ extern unsigned int configKeyStickUp[];
|
|||
extern unsigned int configKeyStickDown[];
|
||||
extern unsigned int configKeyStickLeft[];
|
||||
extern unsigned int configKeyStickRight[];
|
||||
extern bool cheatMoonjump;
|
||||
extern bool cheatGodmode;
|
||||
extern bool cheatEnablecheats;
|
||||
extern bool cheatInfinitelives;
|
||||
extern bool cheatSuperspeed;
|
||||
extern bool cheatMoonjump;
|
||||
extern bool cheatGodmode;
|
||||
extern bool cheatEnablecheats;
|
||||
extern bool cheatInfinitelives;
|
||||
extern bool cheatSuperspeed;
|
||||
|
||||
#ifdef BETTERCAMERA
|
||||
extern unsigned int configCameraXSens;
|
||||
extern unsigned int configCameraYSens;
|
||||
|
|
Loading…
Reference in a new issue