Verena Haas
/
BERTL_GoToBeeper
move while beeper, pick up beeper
Revision 1:18080d6d4866, committed 2015-04-23
- Comitter:
- vhaas
- Date:
- Thu Apr 23 12:07:02 2015 +0000
- Parent:
- 0:c2175b5f3742
- Commit message:
- BERTL_GoToBeeper
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Apr 23 12:04:19 2015 +0000 +++ b/main.cpp Thu Apr 23 12:07:02 2015 +0000 @@ -12,7 +12,7 @@ { IfBertl karel; - while(karel.NextToABeeper()) + while(!karel.NextToABeeper()) karel.Move(); karel.PickBeeper(); } \ No newline at end of file