BazkieBumpercar / GameplayFootball

Football game, discontinued
The Unlicense
200 stars 71 forks source link

designatedPossessionPlayer v.s. ballRetainer #11

Closed ziaoang closed 4 years ago

ziaoang commented 4 years ago

Hi BazkieBumpercar, In the match.cpp, there are two variates: "designatedPossessionPlayer" and "ballRetainer", it seems they are all mean the player who controll the ball. Is there some diffenence between them? Thanks a lot~

roberth11 commented 4 years ago

Hola BazkieBumpercar, en el match.cpp, hay dos variantes: "designadoPosessionPlayer" y "ballRetainer", parece que todos son el jugador que controla la pelota. ¿Hay alguna diferencia entre ellos? Muchas gracias ~

you could already compile the game

BazkieBumpercar commented 4 years ago

I think ballRetainer is the player with the ball in his hands, like, the keeper. Not 100% sure I remember correctly, though!

designatedPossessionPlayer is basically the player closest (time-wise) to the ball

ziaoang commented 4 years ago

Thank~