initialise talkSound

This commit is contained in:
Pawel Kolodziejski 2005-01-14 09:43:09 +00:00
parent 168907f4b9
commit 26bc018910

View File

@ -42,6 +42,7 @@ Actor::Actor(const char *name) :
g_engine->registerActor(this);
_lookingMode = false;
_constrain = false;
_talkSoundName = "";
for (int i = 0; i < 10; i++) {
_talkCostume[i] = NULL;