no message

This commit is contained in:
Chris Danford
2002-05-27 08:23:27 +00:00
parent 8549236385
commit b723efdaba
79 changed files with 1728 additions and 1620 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ struct StyleInput
bool operator==( const StyleInput &other ) { return player == other.player && col == other.col; };
PlayerNumber player;
ColumnNumber col;
int col;
inline bool IsBlank() const { return player == PLAYER_NONE; };
inline bool IsValid() const { return !IsBlank(); };