mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
A variety of suggested style tweaks
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "Functions.h"
|
||||
#include "../mapping/CMapEditManager.h"
|
||||
|
||||
void ObstacleProxy::collectPossibleObstacles(TTerrain terrain)
|
||||
void ObstacleProxy::collectPossibleObstacles(TTerrainId terrain)
|
||||
{
|
||||
//get all possible obstacles for this terrain
|
||||
for(auto primaryID : VLC->objtypeh->knownObjects())
|
||||
|
||||
Reference in New Issue
Block a user