mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Don't ignore non-void returns
This commit is contained in:
@@ -850,12 +850,14 @@
|
||||
{
|
||||
// Unsupported instruction: CSYM 63
|
||||
;
|
||||
return source;
|
||||
} // TODO: JMP 170
|
||||
}// Unsupported instruction: VTC 960
|
||||
;
|
||||
source = FrameBackgrounds.get_Item(DefaultBackgroundIndex).Value;
|
||||
// Unsupported instruction: CSYM 63
|
||||
;
|
||||
return source;
|
||||
}</Script>
|
||||
</Scripts>
|
||||
</Class>
|
||||
|
||||
Reference in New Issue
Block a user