Skip to content

Commit

Permalink
Fix compilation bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
emd4600 committed Oct 7, 2024
1 parent e6ecd7d commit 1ab821c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Spore ModAPI/Spore ModAPI.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@
<ClInclude Include="Spore\App\IDGenerator.h" />
<ClInclude Include="Spore\App\JobManager.h" />
<ClInclude Include="Spore\App\Thumbnail_cImportExport.h" />
<ClInclude Include="Spore\Simulator\cTribeToolData.h" />
<ClInclude Include="Spore\Simulator\SubSystem\CinematicManager.h" />
<ClInclude Include="Spore\Simulator\SubSystem\UIAssetDiscoveryManager.h" />
<ClInclude Include="Spore\Simulator\UIStateMachine.h" />
Expand Down
3 changes: 3 additions & 0 deletions Spore ModAPI/Spore ModAPI.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -2205,6 +2205,9 @@
<ClInclude Include="Spore\UI\AssetDiscoveryCard.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Spore\Simulator\cTribeToolData.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="SourceCode\Allocator.cpp">
Expand Down
2 changes: 1 addition & 1 deletion Spore ModAPI/Spore/Simulator/SimulatorEnums.h
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ namespace Simulator
kTribeToolTypeSocial3 = 6,
kTribeToolTypeGather = 7,
kTribeToolTypeFish = 8,
kTribeToolTypeGather = 9,
kTribeToolTypeHeal = 9,
kTribeToolTypeFirepit = 10,
kTribeToolTypeChieftain = 11,
};
Expand Down
1 change: 0 additions & 1 deletion Spore ModAPI/Spore/Simulator/cCreatureAbility.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ namespace Simulator
/// @param
uint32_t GetAnimationID(int index);

/* 04h */ int field_04;
/* 08h */ int mType;
/* 0Ch */ int mCategory;
/* 10h */ int mSocialCategory;
Expand Down

0 comments on commit 1ab821c

Please sign in to comment.