Made the class for the ball use C++ references instead of pointers.
commit5dcebe8257f8bb03487653930ddb5b7692f4465e
authorÖyvind Johannessen <gathers@gmail.com>
Thu, 13 Nov 2008 23:27:18 +0000 (14 00:27 +0100)
committerÖyvind Johannessen <gathers@gmail.com>
Thu, 13 Nov 2008 23:27:18 +0000 (14 00:27 +0100)
tree3647fd81e0a0a92866a05565170df51bf5ee476d
parent487d7f0645d2b2d359d8b47e98262da6670c6a4a
Made the class for the ball use C++ references instead of pointers.
At some places there were even pass-by-value used for no reason.
src/ai.h
src/bollobjekt.cpp
src/bollobjekt.h
src/main.cpp