mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
SHERLOCK: SS: Fix uninitialized variable
This commit is contained in:
parent
333e4d3463
commit
e1428ce7ac
@ -30,7 +30,7 @@ namespace Sherlock {
|
||||
|
||||
namespace Scalpel {
|
||||
|
||||
ScalpelInventory::ScalpelInventory(SherlockEngine *vm) : Inventory(vm) {
|
||||
ScalpelInventory::ScalpelInventory(SherlockEngine *vm) : Inventory(vm), _invIndex(0) {
|
||||
}
|
||||
|
||||
ScalpelInventory::~ScalpelInventory() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user