From 969df42d016ae1fcc528c4c96ba02f1297712816 Mon Sep 17 00:00:00 2001 From: Kari Salminen Date: Tue, 10 Jul 2007 18:08:35 +0000 Subject: Make AGI's button drawing use AgiButtonStyle. Doesn't use Amiga-style yet. It's next. svn-id: r28014 --- engines/agi/predictive.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agi/predictive.cpp') diff --git a/engines/agi/predictive.cpp b/engines/agi/predictive.cpp index 67ebed5f05..2db4b49396 100644 --- a/engines/agi/predictive.cpp +++ b/engines/agi/predictive.cpp @@ -200,9 +200,9 @@ bool AgiEngine::predictiveDialog(void) { color2 = 7; } if (i == 14) { - _gfx->drawButton(bx[i], by[i], modes[mode], i == active, 0, color1, color2); + _gfx->drawDefaultStyleButton(bx[i], by[i], modes[mode], i == active, 0, color1, color2); } else { - _gfx->drawButton(bx[i], by[i], buttons[i], i == active, 0, color1, color2); + _gfx->drawDefaultStyleButton(bx[i], by[i], buttons[i], i == active, 0, color1, color2); } } -- cgit v1.2.3