mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-18 23:16:50 -04:00
dummy data should be static
This commit is contained in:
@@ -15,7 +15,7 @@ static f32 dummy1[3] = {1.0f, 1.0f, 1.0f};
|
||||
static f32 dummy2[3] = {1.0f, 1.0f, 1.0f};
|
||||
static u8 dummy3[4] = {0x02, 0x00, 0x02, 0x01};
|
||||
static f64 dummy4[2] = {3.0, 0.5};
|
||||
u8 dummy5[0x4C];
|
||||
static u8 dummy5[0x4C];
|
||||
|
||||
char* daObjMtest::Act_c::M_arcname[Type_Max] = {
|
||||
"Mtest",
|
||||
|
||||
Reference in New Issue
Block a user