mirror of
https://github.com/halpz/re3.git
synced 2025-07-22 00:09:45 +00:00
Add bike leftovers
This commit is contained in:
@ -12,4 +12,14 @@ enum eBikeNodes {
|
||||
BIKE_MUDGUARD,
|
||||
BIKE_HANDLEBARS,
|
||||
BIKE_NUM_NODES
|
||||
};
|
||||
|
||||
class CBike : public CVehicle
|
||||
{
|
||||
public:
|
||||
RwFrame *m_aBikeNodes[BIKE_NUM_NODES]; // assuming
|
||||
uint8 unk1[96];
|
||||
AnimationId m_bikeSitAnimation;
|
||||
uint8 unk2[180];
|
||||
float m_aSuspensionSpringRatio[4];
|
||||
};
|
Reference in New Issue
Block a user