mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 23:43:34 +00:00
FULLPIPE: Implement inventory class destructors
This commit is contained in:
parent
b5182581eb
commit
86d5e8bd68
@ -31,7 +31,7 @@
|
||||
namespace Fullpipe {
|
||||
|
||||
Inventory::~Inventory() {
|
||||
warning("STUB: Inventory::~Inventory()");
|
||||
_itemsPool.clear();
|
||||
}
|
||||
|
||||
bool Inventory::load(MfcArchive &file) {
|
||||
@ -90,7 +90,7 @@ Inventory2::Inventory2() {
|
||||
}
|
||||
|
||||
Inventory2::~Inventory2() {
|
||||
warning("STUB: Inventory2::~Inventory2()");
|
||||
removeMessageHandler(125, -1);
|
||||
}
|
||||
|
||||
bool Inventory2::loadPartial(MfcArchive &file) { // Inventory2_SerializePartially
|
||||
|
Loading…
x
Reference in New Issue
Block a user