mirror of
https://github.com/projectPiki/pikmin2.git
synced 2024-11-23 05:20:06 +00:00
remove unnecessary slip code
This commit is contained in:
parent
e251539e2f
commit
4020d8cef9
@ -23,7 +23,6 @@ struct Code {
|
||||
SlipCode_NoSlip = 0x0, // normal ground
|
||||
SlipCode_Gradual = 0x1, // slow slip if not moving, like in VoR going up to SCx
|
||||
SlipCode_Steep = 0x2, // strong slip, cannot walk up, like slope behind ship in VoR
|
||||
SlipCode3 = 0x3, // unknown
|
||||
SLIPCODE_MASK = 0x3,
|
||||
};
|
||||
#pragma enumsalwaysint reset
|
||||
|
Loading…
Reference in New Issue
Block a user