Permalink
Browse files

More basic style fixes.

  • Loading branch information...
madmaxoft committed Aug 27, 2014
1 parent d8527c5 commit e54a7dc6c4e46c0c657cbd13242253cd1f08102a
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/Generating/DungeonRoomsFinisher.cpp
@@ -18,7 +18,7 @@ static const int ROOM_HEIGHT = 4;
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
// cDungeonRoom:
class cDungeonRoom :
@@ -227,7 +227,7 @@ class cDungeonRoom :
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
// cDungeonRoomsFinisher:
cDungeonRoomsFinisher::cDungeonRoomsFinisher(cTerrainHeightGen & a_HeightGen, int a_Seed, int a_GridSize, int a_MaxSize, int a_MinSize, const AString & a_HeightDistrib) :

0 comments on commit e54a7dc

Please sign in to comment.