Changeset 302
- Timestamp:
- Jan 29, 2011, 1:04:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/monsterz/board.cpp
r299 r302 296 296 297 297 #if 0 // Test for piece creation 298 if (list[i][j] == 2)298 if (list[i][j] >= 2) 299 299 { 300 300 Piece *old = data->pieces[i][j];
Note: See TracChangeset
for help on using the changeset viewer.