mirror of
https://github.com/zeldaret/tp
synced 2026-06-13 22:15:43 -04:00
fix functions not returning values (#2942)
* fix functions not returning values * implement functions that should return values
This commit is contained in:
@@ -1613,7 +1613,7 @@ void dFile_select_c::copyToSelPaneMove() {
|
||||
}
|
||||
}
|
||||
|
||||
bool dFile_select_c::yesnoMenuMoveAnmInitSet(int param_1, int param_2) {
|
||||
void dFile_select_c::yesnoMenuMoveAnmInitSet(int param_1, int param_2) {
|
||||
if (!field_0x0108) {
|
||||
field_0x0268 = false;
|
||||
field_0x0269 = true;
|
||||
|
||||
Reference in New Issue
Block a user