Fix one regswap

This commit is contained in:
robojumper
2025-07-06 23:55:57 +02:00
parent 73f1060a16
commit f50222e997
2 changed files with 8 additions and 7 deletions
+5
View File
@@ -84,6 +84,11 @@ public:
bool weirdCheckAlwaysFalse();
dSndBgmSound_c *getActiveBgmSound();
// I don't love this inline but it fixes one regswap
// TODO look into getting rid of this one
dSndBgmSound_c *getActiveBgmSound_i() {
return getActiveBgmSound();
}
private:
dSndBgmBattleSound_c *getBgmBattleSound();