changed review and log

This commit is contained in:
g-spacewhale
2017-11-21 10:31:48 +01:00
parent 772a1d815a
commit 665ad108d4
2 changed files with 19 additions and 8 deletions

View File

@ -136,7 +136,7 @@ class LogEntry
public:
vector<PuzzlePiece*> PieceCollector;
int abstractionLevel;
coor myCoor = coor();
coor myCoor;
void advance(){abstractionLevel++;}
void Set(){set=1;}
@ -147,6 +147,7 @@ public:
LogEntry()
{
myCoor = coor();
abstractionLevel=0;
set=0;
}