mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-22 00:27:58 +02:00
refactor: improve comments in CGameInfoCallback and MapInfoCallback; empty line to avoid using separator as a comment in IDE
This commit is contained in:
@@ -72,7 +72,7 @@ const CArtifactInstance * MapInfoCallback::getArtInstance(ArtifactInstanceID aid
|
||||
|
||||
const CGObjectInstance * MapInfoCallback::getObjInstance(ObjectInstanceID oid) const
|
||||
{
|
||||
return getMapConstPtr()->getObject((oid));
|
||||
return getMapConstPtr()->getObject(oid);
|
||||
}
|
||||
|
||||
bool MapInfoCallback::isInTheMap(const int3 & pos) const
|
||||
|
||||
Reference in New Issue
Block a user