Improve name of omGetMGIndex

This commit is contained in:
gamemasterplc 2024-01-27 20:26:58 -06:00
parent 8a91c4bc79
commit 7593dad2bd
2 changed files with 2 additions and 2 deletions

View file

@ -1237,7 +1237,7 @@ s16 mgTicTacToeGrid[3][3];
u8 mgIndexList[256];
GameStat mgGameStatBackup;
s16 omGetMGIndex(s16 overlay) {
s16 omMgIndexGet(s16 overlay) {
s32 i;
MgInfo *info;