Skip to content

Commit cfacc57

Browse files
committed
removed extraneous code
1 parent bfc5f20 commit cfacc57

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mmSim.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,6 @@ int main()
190190
{
191191
studentAi(&mouse);
192192
redrawMaze(&image, start, &mouse);
193-
if(waitKey(10) == 'q')
194-
{
195-
break;
196-
}
197193
}
198194
cout << "The AI says the mouse has finished the maze!"<<endl;
199195
}

0 commit comments

Comments
 (0)