Skip to content

Commit

Permalink
Fix multiple character slots (mod loader only)
Browse files Browse the repository at this point in the history
  • Loading branch information
MegAmi24 committed Nov 14, 2024
1 parent 2527059 commit de4c334
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Nexus/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ void LoadPlayerFromList(byte characterID, byte playerID) {
if (characterID == p) {
GetFileInfo(&info);
CloseFile();
#if RETRO_USE_MOD_LOADER
strcpy(PlayerScriptList[playerID].scriptPath, PlayerScriptList[p].scriptPath);
#endif
LoadPlayerAnimation(strBuf, playerID);
SetFileInfo(&info);
}
Expand Down

0 comments on commit de4c334

Please sign in to comment.