mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-03 01:58:44 -04:00
BE field_0x04 of "new" struct SizedGroup in src\d\actor\d_a_passer_mng.cpp
This commit is contained in:
@@ -42,7 +42,7 @@ int daPasserMng_c::execute() {
|
||||
template <int N>
|
||||
struct SizedGroup {
|
||||
u8 field_0x00;
|
||||
int field_0x04[N];
|
||||
BE(int) field_0x04[N];
|
||||
};
|
||||
|
||||
static SizedGroup<7> const groupA = {
|
||||
|
||||
Reference in New Issue
Block a user