aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/eobcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/eobcommon.h')
-rw-r--r--engines/kyra/eobcommon.h2
1 files changed, 1 insertions, 1 deletions
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);