mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-02 07:45:35 +00:00
Merge remote-tracking branch 'miroslavr/save-cleanup'
This commit is contained in:
commit
dedd95f52a
1 changed files with 3 additions and 0 deletions
|
@ -137,6 +137,9 @@ namespace
|
|||
iter->load (state);
|
||||
return;
|
||||
}
|
||||
|
||||
std::cerr << "Dropping reference to " << state.mRef.mRefID << " (invalid content file link)" << std::endl;
|
||||
return;
|
||||
}
|
||||
|
||||
// new reference
|
||||
|
|
Loading…
Reference in a new issue