Get rid of warning.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2447 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-10-05 16:14:45 +00:00
parent bb6316d26d
commit 332337eaec
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ Credits_RenderTextFrame (CONTEXT TempContext, int *istr, int dir,
CONTEXT OldContext; CONTEXT OldContext;
FRAME OldFrame; FRAME OldFrame;
TEXT TextLines[MAX_TEXT_LINES]; TEXT TextLines[MAX_TEXT_LINES];
STRINGPTR pStr; STRINGPTR pStr = NULL;
int size; int size;
char salign[32]; char salign[32];
char *scol; char *scol;
+1
View File
@@ -31,6 +31,7 @@ extern void DoShipSpin (COUNT index, MUSIC_REF hMusic);
extern BOOLEAN DoFMV (const char *name, const char *loopname, extern BOOLEAN DoFMV (const char *name, const char *loopname,
BOOLEAN uninit); BOOLEAN uninit);
extern BOOLEAN ShowPresentation (STRING PresStr); extern BOOLEAN ShowPresentation (STRING PresStr);
extern BOOLEAN ShowPresentationFile (const char *name);
#endif /* _FMV_H */ #endif /* _FMV_H */