mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 22:26:44 +02:00
Refactor game window sizing
- Add large square and rectangle window types - Remove forced small windows - Fit game of life to largest possible window type - Hide cursor in game of life when game is running
This commit is contained in:
@ -1864,7 +1864,7 @@ static void chess_notify(const GameData *game, ChessPacketType type)
|
||||
}
|
||||
|
||||
case CHESS_PACKET_RESIGN: {
|
||||
msg = "Opponnet has resigned";
|
||||
msg = "Opponent has resigned";
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user