aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/eobcommon.h
diff options
context:
space:
mode:
authorathrxx2011-09-13 21:46:23 +0200
committerJohannes Schickel2011-12-26 16:18:15 +0100
commit68ed8b95989d784fe42f4e6e400224ffb63ba80b (patch)
treee0985bd857f88648bb0714df6c3852a24f558997 /engines/kyra/eobcommon.h
parent816b40ebf8c653f4c3f898ae4697ea85f5fe015f (diff)
downloadscummvm-rg350-68ed8b95989d784fe42f4e6e400224ffb63ba80b.tar.gz
scummvm-rg350-68ed8b95989d784fe42f4e6e400224ffb63ba80b.tar.bz2
scummvm-rg350-68ed8b95989d784fe42f4e6e400224ffb63ba80b.zip
KYRA: (EOB) - fix some valgrind warnings
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);