svn-id: r29170
This commit is contained in:
Max Horn 2007-10-07 12:35:30 +00:00
parent 8ec0e447c2
commit 205b65ba11

View File

@ -146,7 +146,7 @@ void ScummEngine_v0::setNewKidVerbs() {
vs->curRect.top = virt->topline + 8;
Actor *a = derefActor(VAR(96 + i), "setNewKidVerbs");
loadPtrToResource(rtVerb, i, (const byte*)(const byte*)a->getActorName());
loadPtrToResource(rtVerb, i, (const byte*)a->getActorName());
}
setUserState(191);
}