mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-04 00:49:17 -04:00
Avoid UB in bondview's var800a41c0
This commit is contained in:
@@ -21,7 +21,12 @@
|
||||
#include "types.h"
|
||||
#include "gbiex.h"
|
||||
|
||||
#ifdef AVOID_UB
|
||||
char var800a41c0[26];
|
||||
#else
|
||||
char var800a41c0[24];
|
||||
#endif
|
||||
|
||||
u8 g_IrScanlines[2][480];
|
||||
|
||||
#if VERSION < VERSION_NTSC_1_0
|
||||
|
||||
Reference in New Issue
Block a user