mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-29 16:14:54 -04:00
Merge pull request #1857 from PJB3005/26-05-27-skip-event-size
Fix mSkipEventName again
This commit is contained in:
+2
-2
@@ -196,8 +196,8 @@ public:
|
||||
/* 0x108 */ int mSkipTimer;
|
||||
/* 0x10C */ int mSkipParameter;
|
||||
/* 0x110 */ BOOL mIsSkipFade;
|
||||
#if TARGET_PC
|
||||
/* 0x114 */ char mSkipEventName[21];
|
||||
#if AVOID_UB
|
||||
/* 0x114 */ char mSkipEventName[32];
|
||||
#else
|
||||
/* 0x114 */ char mSkipEventName[20];
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user