mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
PINK: fix arguments in InventoryItem method
This commit is contained in:
parent
c32c642eba
commit
b89de53fb1
@ -49,7 +49,7 @@ Common::String &InventoryItem::getCurrentOwner() {
|
||||
}
|
||||
|
||||
void InventoryItem::toConsole() {
|
||||
debug("\tInventoryItem: _initialOwner=%s _currentOwner=%s", _initialOwner, _currentOwner);
|
||||
debug("\tInventoryItem: _initialOwner=%s _currentOwner=%s", _initialOwner.c_str(), _currentOwner.c_str());
|
||||
}
|
||||
|
||||
InventoryMgr::~InventoryMgr() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user