mirror of
https://github.com/zeldaret/tp
synced 2026-05-31 17:32:37 -04:00
Update to objdiff 3.5.0 (#2980)
* Update to objdiff 3.5.0 * Fix symbols being in .data instead of .rodata for Wii/Shield
This commit is contained in:
@@ -76,7 +76,7 @@ int daBarDesk_c::Execute(Mtx** i_mtxP) {
|
||||
|
||||
void daBarDesk_c::windowProc() {
|
||||
typedef void (daBarDesk_c::*daBarDesk_modeFunc)();
|
||||
static daBarDesk_modeFunc mode_proc[2] = {
|
||||
static const daBarDesk_modeFunc mode_proc[2] = {
|
||||
&daBarDesk_c::modeWait,
|
||||
&daBarDesk_c::modeBreak,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user