SHERLOCK: SS: Fix uninitialized variable

This commit is contained in:
Filippos Karapetis 2015-06-29 02:45:58 +03:00
parent 333e4d3463
commit e1428ce7ac

View File

@ -30,7 +30,7 @@ namespace Sherlock {
namespace Scalpel {
ScalpelInventory::ScalpelInventory(SherlockEngine *vm) : Inventory(vm) {
ScalpelInventory::ScalpelInventory(SherlockEngine *vm) : Inventory(vm), _invIndex(0) {
}
ScalpelInventory::~ScalpelInventory() {