Advertisement
hibbzboi

Untitled

Jun 2nd, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.28 KB | None | 0 0
  1.     do
  2.     {
  3.         for (int i = 0; i < witam.size(); i++)
  4.         {
  5.             if (witam[i]->x == koniec->rodzic->x && witam[i]->y == koniec->rodzic->y)
  6.             {
  7.                 poszukiwany = &listaWszystkichPunktow[witam[i]->x][witam[i]->y];
  8.             }
  9.         }
  10.     } while (poszukiwany->x == start->x && poszukiwany->y == start->y);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement