mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
A variety of suggested style tweaks
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
#include "../NetPacks.h"
|
||||
#include "../mapObjects/CGTownInstance.h"
|
||||
|
||||
TTerrain CBattleInfoEssentials::battleTerrainType() const
|
||||
TTerrainId CBattleInfoEssentials::battleTerrainType() const
|
||||
{
|
||||
RETURN_IF_NOT_BATTLE(TTerrain());
|
||||
RETURN_IF_NOT_BATTLE(TTerrainId());
|
||||
return getBattle()->getTerrainType();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user