diff options
Diffstat (limited to 'src/Generating/Prefab.h')
-rw-r--r-- | src/Generating/Prefab.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Generating/Prefab.h b/src/Generating/Prefab.h index eb905e78e..11e27bd6b 100644 --- a/src/Generating/Prefab.h +++ b/src/Generating/Prefab.h @@ -183,11 +183,11 @@ protected: bool m_MoveToGround; - // cPiece overrides: - virtual cConnectors GetConnectors(void) const override; - virtual Vector3i GetSize(void) const override; - virtual cCuboid GetHitBox(void) const override; - virtual bool CanRotateCCW(int a_NumRotations) const override; + // cPiece /*override*/s: + virtual cConnectors GetConnectors(void) const /*override*/; + virtual Vector3i GetSize(void) const /*override*/; + virtual cCuboid GetHitBox(void) const /*override*/; + virtual bool CanRotateCCW(int a_NumRotations) const /*override*/; /** Based on the m_AllowedRotations, adds rotated cBlockAreas to the m_BlockArea array. To be called only from this class's constructor! */ |