mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
* support for Redwood Observatory
* support for Shrine of Magic Incantation / Gesture / Thought * minor improvements
This commit is contained in:
@@ -136,5 +136,5 @@ void PlayerMessage::applyGh( CGameHandler *gh )
|
||||
void SetSelection::applyGh( CGameHandler *gh )
|
||||
{
|
||||
if(gh->getPlayerAt(c) != player) ERROR_AND_RETURN;
|
||||
gh->sendToAllClients(this);
|
||||
gh->sendAndApply(this);
|
||||
}
|
||||
Reference in New Issue
Block a user