Fix compiler warning in non-debug case.

This commit is contained in:
ehouse 2009-08-30 15:20:18 +00:00
parent 95a70862be
commit dd666472a3

View file

@ -89,7 +89,7 @@ ce_dictionary_make( CEAppGlobals* globals, XP_UCHAR* dictName )
while( !!ptr ) { /* lets us break.... */
XP_U32 offset;
XP_U16 numFaces, numFaceBytes;
XP_U16 numFaces, numFaceBytes = 0;
XP_U16 i;
XP_U16 flags;
void* mappedBase = (void*)ptr;