From b7997a723105534dcefe50ae5b1448638480f0da Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 8 Jul 2006 16:37:23 +0000 Subject: - Fixed a few mistakes that added up to look correct, fixing bargon's cursor - Updated cursor drawing in general svn-id: r23429 --- engines/gob/mult_v2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/gob/mult_v2.cpp') diff --git a/engines/gob/mult_v2.cpp b/engines/gob/mult_v2.cpp index ff5ee59757..b73ed50eb6 100644 --- a/engines/gob/mult_v2.cpp +++ b/engines/gob/mult_v2.cpp @@ -957,7 +957,7 @@ void Mult_v2::sub_62DD(int16 index) { _multData2->someKeysIndices[i] = j - 1; } else _multData2->someKeysIndices[i] = -1; - } else if(someKey1->frame > frame) + } else if (someKey1->frame > frame) break; } } @@ -988,7 +988,7 @@ void Mult_v2::sub_62DD(int16 index) { if ((_multData2->field_124[index][i] != -1) && (_multData2->field_124[index][i] != 1024)) _objects[_multData2->field_124[index][i]].pAnimData->animType = _objects[_multData2->field_124[index][i]].pAnimData->field_17; - } else if(_multData2->animDirection == 1) + } else if (_multData2->animDirection == 1) frame++; else frame--; -- cgit v1.2.3