From 39c4a3d4c10b870c329e15391a846fe4188f55bd Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 1 Jun 2015 22:24:42 -0400 Subject: SHERLOCK: Add extra constructor field initializations --- engines/sherlock/people.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sherlock/people.cpp') diff --git a/engines/sherlock/people.cpp b/engines/sherlock/people.cpp index 7686d52572..c9d3b795e8 100644 --- a/engines/sherlock/people.cpp +++ b/engines/sherlock/people.cpp @@ -71,6 +71,7 @@ const char *const WALK_LIB_NAMES[10] = { Person::Person() : Sprite(), _walkLoaded(false), _npcIndex(0), _npcStack(0), _npcPause(false) { Common::fill(&_npcPath[0], &_npcPath[MAX_NPC_PATH], 0); _tempX = _tempScaleVal = 0; + _updateNPCPath = false; } void Person::clearNPC() { -- cgit v1.2.3