From 8f51510deca23e98bf1625cd174b1dbcefa02a82 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 23 Jan 2005 14:30:59 +0000 Subject: Fix warnings svn-id: r16622 --- saga/sfuncs.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/saga/sfuncs.cpp b/saga/sfuncs.cpp index 14177ee404..d012901722 100644 --- a/saga/sfuncs.cpp +++ b/saga/sfuncs.cpp @@ -410,12 +410,15 @@ void Script::sfSetFollower(SCRIPTFUNC_PARAMS) { } } -static struct SceneSubstitutes { +struct SceneSubstitutes { int sceneId; const char *message; const char *name; const char *image; -} sceneSubstitutes[] = { +}; + +/* +static SceneSubstitutes sceneSubstitutes[] = { { 7, "Tycho says he knows much about the northern lands. Can Rif convince " @@ -463,6 +466,7 @@ static struct SceneSubstitutes { "boarhall.bbm" } }; +*/ // Script function #16 (0x10) void Script::sfScriptGotoScene(SCRIPTFUNC_PARAMS) { -- cgit v1.2.3