We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc59b5 commit cc903cbCopy full SHA for cc903cb
1 file changed
Spore ModAPI/SourceCode/Simulator/Planets.cpp
@@ -82,7 +82,7 @@ namespace Simulator
82
83
ResourceKey cPlanetRecord::GetTerrainScriptSource() {
84
ResourceKey key;
85
- STATIC_CALL(GetAddress(cPlanetRecord, GetTerrainScriptSource), void, Args(ResourceKey&), Args(key));
+ CALL(GetAddress(cPlanetRecord, GetTerrainScriptSource), void, Args(cPlanetRecord*, ResourceKey&), Args(this, key));
86
return key;
87
}
88
0 commit comments