mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
dummy data should be static
This commit is contained in:
@@ -560,6 +560,6 @@ f32 J2DPrint::getNumberF32(const u8** param_1, f32 param_2, f32 param_3, int bas
|
||||
return uVar2;
|
||||
}
|
||||
|
||||
void dummy2() {
|
||||
static void dummy2() {
|
||||
OSReport("buff != 0");
|
||||
}
|
||||
|
||||
@@ -108,7 +108,7 @@ void JUTXfb::initiate(u16 width, u16 height, JKRHeap* pHeap, JUTXfb::EXfbNumber
|
||||
}
|
||||
}
|
||||
|
||||
void dummy() {
|
||||
static void dummy() {
|
||||
OSReport("JX:: disp = %d\n");
|
||||
OSReport("JX:: drawing %d -> ");
|
||||
OSReport("%d\n");
|
||||
|
||||
Reference in New Issue
Block a user