Missig files from the 'Working Version'.
This commit is contained in:
@@ -21,8 +21,8 @@ protected:
|
||||
empty = 0,
|
||||
wall,
|
||||
box,
|
||||
hole,
|
||||
box_in_hole,
|
||||
goal,
|
||||
box_in_goal,
|
||||
worker
|
||||
};
|
||||
|
||||
@@ -69,10 +69,10 @@ public:
|
||||
*it++ = box;
|
||||
break;
|
||||
case '.':
|
||||
*it++ = hole;
|
||||
*it++ = goal;
|
||||
break;
|
||||
case '*':
|
||||
*it++ = box_in_hole;
|
||||
*it++ = box_in_goal;
|
||||
break;
|
||||
case '@':
|
||||
*it++ = worker;
|
||||
|
||||
Reference in New Issue
Block a user