mirror of https://github.com/n64decomp/mk64.git
Fix reference to wrong attribute in comment
This commit is contained in:
parent
25231bcbaa
commit
5b7ed2d20f
|
|
@ -369,7 +369,7 @@ player spins. Something with avoding rollover of aniamation frame data? */
|
|||
#define LAKITU_LAVA 0x1000 // smoky effect when retrieved from lava
|
||||
#define LAKITU_WATER 0x2000 // dripping effect when retreived from water
|
||||
|
||||
// player->kartGraphics
|
||||
// player->kartProps
|
||||
#define BACK_UP 0x1
|
||||
#define RIGHT_TURN 0x2 // non-drifting (more than 5 degrees)
|
||||
#define LEFT_TURN 0x4 // non-drifting (more than 5 degrees)
|
||||
|
|
|
|||
Loading…
Reference in New Issue