1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Remove T prefix from new typedefs

This commit is contained in:
Tomasz Zieliński
2022-09-29 11:44:46 +02:00
parent 475f835769
commit 20c102e648
65 changed files with 145 additions and 145 deletions

View File

@@ -703,7 +703,7 @@ DLL_LINKAGE void GiveHero::applyGs(CGameState *gs)
DLL_LINKAGE void NewObject::applyGs(CGameState *gs)
{
TTerrainId terrainType = Terrain::BORDER;
TerrainId terrainType = Terrain::BORDER;
if(ID == Obj::BOAT && !gs->isInTheMap(pos)) //special handling for bug #3060 - pos outside map but visitablePos is not
{