mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
gclist_tutorial include lookup/lookdown for conflict reasons
This commit is contained in:
parent
c4244802e2
commit
99a5f7d431
1 changed files with 1 additions and 2 deletions
|
|
@ -50,8 +50,7 @@ INT32 gamecontroldefault[num_gamecontrolschemes][num_gamecontrols][2]; // defaul
|
|||
// lists of GC codes for selective operation
|
||||
const INT32 gclist_tutorial[num_gclist_tutorial] = {
|
||||
gc_forward, gc_backward, gc_strafeleft, gc_straferight,
|
||||
gc_turnleft, gc_turnright
|
||||
//gc_lookup, gc_lookdown, gc_turnleft, gc_turnright, gc_centerview,
|
||||
gc_lookup, gc_lookdown, gc_turnleft, gc_turnright //, gc_centerview,
|
||||
//gc_jump, gc_use,
|
||||
//gc_fire, gc_firenormal
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue