Ticket #9120: groovie_uninitialized_variable_warnings.patch
File groovie_uninitialized_variable_warnings.patch, 429 bytes (added by , 15 years ago) |
---|
-
engines/groovie/cell.cpp
749 749 const int8 depths[] = { 1, 1, 1, 2, 1, 1, 2, 2, 1, 2, 2, 2, 3, 2, 2, 3, 3, 2, 3, 3, 3 }; 750 750 751 751 int16 CellGame::calcMove(int8 color, uint16 depth) { 752 int result ;752 int result = 0; 753 753 754 754 _flag1 = false; 755 755 ++_moveCount;