Fix MSVC2005 warnings. Please, review the changes.

svn-id: r24760
This commit is contained in:
Eugene Sandulenko 2006-11-22 15:50:30 +00:00
parent 1076ae02ea
commit cfb29dcb51
8 changed files with 9 additions and 8 deletions

View file

@ -1332,7 +1332,7 @@ bool Inter_v2::o2_readData(char &cmdCount, int16 &counter, int16 &retFlag) {
int32 offset;
int16 dataVar; // si
int16 handle;
int16 index;
int16 index = 0;
int16 y;
char *buf;
bool readPal;