Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LittlePlanetCD committed Nov 23, 2023
2 parents 0031907 + aea302e commit 276da3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RSDKv3/Scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ void LoadStageFiles(void)
SetObjectTypeName(strBuffer, i + scriptID);
}

#if RETRO_USE_MOD_LOADER
#if RETRO_USE_MOD_LOADER && RETRO_USE_COMPILER
for (byte i = 0; i < modObjCount && loadGlobalScripts; ++i) {
SetObjectTypeName(modTypeNames[i], globalObjectCount + i + 1);
}
Expand Down

0 comments on commit 276da3c

Please sign in to comment.