From 7b8c84fa4d3f3d8e1c5fa543fae7ddbd7a495bb7 Mon Sep 17 00:00:00 2001 From: athrxx Date: Wed, 30 Jan 2019 00:24:31 +0100 Subject: KYRA: (EOB1/Amiga) - fix chargen and gui colors --- engines/kyra/engine/eobcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/engine/eobcommon.h') diff --git a/engines/kyra/engine/eobcommon.h b/engines/kyra/engine/eobcommon.h index 38bdae0a7c..74e8ad403c 100644 --- a/engines/kyra/engine/eobcommon.h +++ b/engines/kyra/engine/eobcommon.h @@ -682,7 +682,7 @@ protected: void gui_drawFoodStatusGraph(int index); void gui_drawHorizontalBarGraph(int x, int y, int w, int h, int32 curVal, int32 maxVal, int col1, int col2); void gui_drawCharPortraitStatusFrame(int index); - void gui_drawInventoryItem(int slot, int special, int pageNum); + void gui_drawInventoryItem(int slot, int redraw, int pageNum); void gui_drawCompass(bool force); void gui_drawDialogueBox(); void gui_drawSpellbook(); -- cgit v1.2.3