Skip to content

Commit

Permalink
Fix typo in SetModelKey
Browse files Browse the repository at this point in the history
  • Loading branch information
emd4600 committed Aug 24, 2024
1 parent f5afc25 commit d6fdddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spore ModAPI/SourceCode/DLL/AddressesSimulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ namespace Simulator
}

namespace Addresses(cSpatialObject) {
DefineAddress(cSpatialObject, SelectAddress(0xC87B30, 0xC889A0));
DefineAddress(SetModelKey, SelectAddress(0xC87B30, 0xC889A0));
}
}

Expand Down

0 comments on commit d6fdddb

Please sign in to comment.