From a8603e5bfc286dc286d20831ae3f025be0a4940c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 15 May 2003 22:36:43 +0000 Subject: some more ScummVM::Rect svn-id: r7548 --- scumm/scummvm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/scummvm.cpp') diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 489ccf5f3e..6d6ac1d384 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -701,7 +701,7 @@ void Scumm::scummInit() { for (i = 0; i < _maxVerbs; i++) { _verbs[i].verbid = 0; _verbs[i].right = _screenWidth - 1; - _verbs[i].oldleft = -1; + _verbs[i].old.left = -1; _verbs[i].type = 0; _verbs[i].color = 2; _verbs[i].hicolor = 0; -- cgit v1.2.3