From e29133df127a54fc765e413f759789745306c0dc Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 30 Sep 2004 22:39:13 +0000 Subject: Whitespace svn-id: r15362 --- scumm/verbs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm/verbs.cpp') diff --git a/scumm/verbs.cpp b/scumm/verbs.cpp index 91b0d7438b..9095edf07e 100644 --- a/scumm/verbs.cpp +++ b/scumm/verbs.cpp @@ -248,7 +248,7 @@ void ScummEngine::redrawV2Inventory() { if (_inventoryOffset > 0) { _string[1].xpos = v2_mouseover_boxes[kInventoryUpArrow].rect.left; _string[1].ypos = v2_mouseover_boxes[kInventoryUpArrow].rect.top + vs->topline; - _string[1].color = v2_mouseover_boxes[kInventoryUpArrow].color; + _string[1].color = v2_mouseover_boxes[kInventoryUpArrow].color; drawString(1, (const byte *)" \1\2"); } @@ -256,7 +256,7 @@ void ScummEngine::redrawV2Inventory() { if (_inventoryOffset + 4 < getInventoryCount(_scummVars[VAR_EGO])) { _string[1].xpos = v2_mouseover_boxes[kInventoryDownArrow].rect.left; _string[1].ypos = v2_mouseover_boxes[kInventoryDownArrow].rect.top + vs->topline; - _string[1].color = v2_mouseover_boxes[kInventoryDownArrow].color; + _string[1].color = v2_mouseover_boxes[kInventoryDownArrow].color; drawString(1, (const byte *)" \3\4"); } } -- cgit v1.2.3