Changeset 674
- Timestamp:
- 01/10/09 22:37:54 (4 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
CHDK/SYMBOLS/icon_10.rbf (modified) (previous)
-
CHDK/SYMBOLS/icon_16.rbf (modified) (previous)
-
core/gui_4wins.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/gui_4wins.c
r655 r674 188 188 static char win_query() 189 189 { 190 int i=0; 191 int j=0; 192 193 if (isFull(1) && isFull(2) && isFull(3) && isFull(4) && isFull(5) && isFull(6) && isFull(7)) return 9; 190 int i=0,j=0; 194 191 195 192 for(i=0;i<4;i++) … … 223 220 } 224 221 } 222 223 if (isFull(1) && isFull(2) && isFull(3) && isFull(4) && isFull(5) && isFull(6) && isFull(7)) return 9; 225 224 226 225 return 0;
Note: See TracChangeset
for help on using the changeset viewer.