mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-17 06:05:35 -04:00
fix key count inconsistency
This commit is contained in:
@@ -2077,9 +2077,7 @@ inline void dComIfGs_setKeyNum(u8 i_keyNum) {
|
||||
}
|
||||
|
||||
#if TARGET_PC
|
||||
inline u8 dComIfGs_getKeyNum(int i_stageNo) {
|
||||
return g_dComIfG_gameInfo.info.getSavedata().getSave(i_stageNo).getBit().getKeyNum();
|
||||
}
|
||||
u8 dComIfGs_getKeyNum(int i_stageNo);
|
||||
#endif
|
||||
|
||||
inline void dComIfGs_onDungeonItemMap() {
|
||||
|
||||
Reference in New Issue
Block a user