mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Feature: Opposite Side Limiter
This commit is contained in:
@@ -526,7 +526,7 @@ void InfoWindow::applyCl(CClient *cl)
|
||||
logNetwork->warn("We received InfoWindow for not our player...");
|
||||
}
|
||||
|
||||
void SetObjectProperty::applyCl(CClient *cl)
|
||||
void SetObjectProperty::applyCl(CClient * cl)
|
||||
{
|
||||
//inform all players that see this object
|
||||
for(auto it = cl->playerint.cbegin(); it != cl->playerint.cend(); ++it)
|
||||
|
||||
Reference in New Issue
Block a user