From 68ed8b95989d784fe42f4e6e400224ffb63ba80b Mon Sep 17 00:00:00 2001 From: athrxx Date: Tue, 13 Sep 2011 21:46:23 +0200 Subject: KYRA: (EOB) - fix some valgrind warnings --- engines/kyra/eobcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/eobcommon.h') diff --git a/engines/kyra/eobcommon.h b/engines/kyra/eobcommon.h index fcfc29f766..800716c81e 100644 --- a/engines/kyra/eobcommon.h +++ b/engines/kyra/eobcommon.h @@ -757,7 +757,7 @@ protected: bool _configHpBarGraphs; // text - void setupDialogueButtons(int presetfirst, int numStr, const char *str1, ...); + void setupDialogueButtons(int presetfirst, int numStr, const char *str1, va_list &args); void initDialogueSequence(); void restoreAfterDialogueSequence(); void drawSequenceBitmap(const char *file, int destRect, int x1, int y1, int flags); -- cgit v1.2.3