mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Infinity Base: Figure Name Fix
This commit is contained in:
@ -738,7 +738,7 @@ std::string InfinityBase::FindFigure(u32 number) const
|
||||
return it->first;
|
||||
}
|
||||
}
|
||||
return "";
|
||||
return "Unknown Figure";
|
||||
}
|
||||
|
||||
u8 InfinityBase::DeriveFigurePosition(u8 position)
|
||||
|
Reference in New Issue
Block a user