From 7529493778e54e0dfdc84dff795ba499ced29aa2 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 28 Apr 2003 03:13:49 +0000 Subject: get rid of one of the obscure variable names svn-id: r7171 --- scumm/script_v5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v5.cpp') diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index 859b5c73aa..f74f84563d 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -711,7 +711,7 @@ void Scumm_v5::o5_doSentence() { st = &_sentence[_sentenceNum++]; - st->unk5 = a; + st->verb = a; st->unk4 = getVarOrDirectWord(0x40); b = st->unk3 = getVarOrDirectWord(0x20); if (b == 0) { -- cgit v1.2.3