1
0
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:
Michał W. Urbańczyk
2009-03-14 11:25:25 +00:00
parent e961655b1a
commit 6ce9a253a4
16 changed files with 183 additions and 31 deletions

View File

@@ -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);
}