Pizza: fix type of m_unk98

This commit is contained in:
Joshua Peisach 2023-09-30 18:16:38 -04:00
parent 06c7ba2c37
commit 013d2cc02e
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,5 @@
#include "pizza.h"
#include "decomp.h"
DECOMP_SIZE_ASSERT(Pizza, 0x9c);
// OFFSET: LEGO1 0x10037ef0

View File

@ -1,6 +1,8 @@
#ifndef PIZZA_H
#define PIZZA_H
#include "decomp.h"
#include "isleactor.h"
#include "mxcore.h"
#include "mxomni.h"
@ -38,7 +40,8 @@ class Pizza : public IsleActor
MxS32 m_unk8c;
MxU32 m_unk90;
MxS32 m_unk94;
MxS32 m_unk98;
undefined m_unk98;
undefined m_unk99[3];
};
#endif // PIZZA_H