Skip to content

Commit

Permalink
Remove debug code, commit c51dbb8 had wrong issue linked, it actually f…
Browse files Browse the repository at this point in the history
…ix #233
  • Loading branch information
llde committed Aug 17, 2024
1 parent 616cc88 commit eeb4e4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions obse/obse/InventoryReference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ bool InventoryReference::WriteRefDataToContainer(){ //IR operates directly on c
if (m_bRemoved) return true;
if (!m_containerRef || !m_data.type || !Validate()) return false;
if (m_data.xData) {
if (strcmp(GetFullName(m_data.type), "Claymore Dwemeri") == 0){
_MESSAGE("LOG");
m_data.xData->DebugDump();
m_tempRef->baseExtraList.DebugDump();
}
if (m_backupList->Compare(&m_tempRef->baseExtraList)) {
DEBUG_PRINT("ExtraData changed. Mirror changes %s", GetFullName(m_data.type));
m_data.xData->RemoveAll();
Expand Down
1 change: 1 addition & 0 deletions obse_whatsnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ xOBSE 22.10
- Fix RemoveEventHandler for OnKeyEvent/OnControlEvent to remove all events with partial filter definition
- Avoid rare null pointer access in ShowRuntimeError (thanks @Fox2Code)
- Fix Menu{Tap/Hold/Release}Key commands not properly registering the button event for the UI.
- Fix xOBSE 22.7 regression for Useful House, now unmodified IR won't reset the stack extraDataList, possible if it was modified by another IR or directly by the engine.
Changes:
- Force C++20 Standard, modified some places for compliance
API:
Expand Down

0 comments on commit eeb4e4c

Please sign in to comment.