Skip to content

Commit

Permalink
3rdParty: update Spore-ModAPI to v2.5.305
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jan 16, 2024
1 parent 77dc034 commit f35890d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 3rdParty/BuildSporeModAPI.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set SPOREMODAPI_CUR_DIR=%~dp0

msbuild "%SPOREMODAPI_CUR_DIR%\Spore-ModAPI\Spore ModAPI" ^
/p:Configuration="Release DLL" ^
/p:SDK_BUILD_VER=304 ^
/p:SDK_BUILD_VER=305 ^
/p:EXECUTABLE_TYPE=10 ^
/p:Platform=Win32 ^
/m
4 changes: 2 additions & 2 deletions 3rdParty/Spore-ModAPI/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = [email protected]:emd4600/Spore-ModAPI.git
branch = master
commit = 9430766bdfe276db82c9e74a4d36fb0db6b1abbf
parent = a2620769a23e79b2f959360db810072c2994c38f
commit = 0645807cda9853554cff768d9528e7d2cf1b5f7a
parent = 77dc034460d780aa53173c680caff3f0f5cd2a16
method = merge
cmdver = 0.4.6
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ int ModAPI::AppShutdown_detour::DETOUR()

namespace ModAPI
{
bool ReadSubsystems(Simulator::ISerializerStream* stream, void* data)
bool ReadSubsystems(Simulator::ISerializerReadStream* stream, void* data)
{
auto s = stream->GetRecord()->GetStream();

Expand Down Expand Up @@ -279,7 +279,7 @@ namespace ModAPI
return true;
}

bool WriteSubsystems(Simulator::ISerializerStream* stream, void* data)
bool WriteSubsystems(Simulator::ISerializerWriteStream* stream, void* data)
{
auto s = stream->GetRecord()->GetStream();

Expand Down

0 comments on commit f35890d

Please sign in to comment.