mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-03 05:31:17 +00:00
Pizza: fix type of m_unk98
This commit is contained in:
parent
06c7ba2c37
commit
013d2cc02e
@ -1,7 +1,5 @@
|
|||||||
#include "pizza.h"
|
#include "pizza.h"
|
||||||
|
|
||||||
#include "decomp.h"
|
|
||||||
|
|
||||||
DECOMP_SIZE_ASSERT(Pizza, 0x9c);
|
DECOMP_SIZE_ASSERT(Pizza, 0x9c);
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x10037ef0
|
// OFFSET: LEGO1 0x10037ef0
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
#ifndef PIZZA_H
|
#ifndef PIZZA_H
|
||||||
#define PIZZA_H
|
#define PIZZA_H
|
||||||
|
|
||||||
|
#include "decomp.h"
|
||||||
|
|
||||||
#include "isleactor.h"
|
#include "isleactor.h"
|
||||||
#include "mxcore.h"
|
#include "mxcore.h"
|
||||||
#include "mxomni.h"
|
#include "mxomni.h"
|
||||||
@ -38,7 +40,8 @@ class Pizza : public IsleActor
|
|||||||
MxS32 m_unk8c;
|
MxS32 m_unk8c;
|
||||||
MxU32 m_unk90;
|
MxU32 m_unk90;
|
||||||
MxS32 m_unk94;
|
MxS32 m_unk94;
|
||||||
MxS32 m_unk98;
|
undefined m_unk98;
|
||||||
|
undefined m_unk99[3];
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PIZZA_H
|
#endif // PIZZA_H
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user