diff --git a/Nexus/Player.cpp b/Nexus/Player.cpp index 0d6ac4f..4e77d55 100644 --- a/Nexus/Player.cpp +++ b/Nexus/Player.cpp @@ -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); }