mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 13:40:45 +00:00
gclist_tutorial include lookup/lookdown for conflict reasons
This commit is contained in:
parent
80b19ff566
commit
181d13fe73
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
|
// lists of GC codes for selective operation
|
||||||
const INT32 gclist_tutorial[num_gclist_tutorial] = {
|
const INT32 gclist_tutorial[num_gclist_tutorial] = {
|
||||||
gc_forward, gc_backward, gc_strafeleft, gc_straferight,
|
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_jump, gc_use,
|
||||||
//gc_fire, gc_firenormal
|
//gc_fire, gc_firenormal
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue