Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 10, 2011, 11:46:07 PM (13 years ago)
Author:
landauf
Message:

fixed crash in Pong gametype if the game was ended right after the ball was set back to center after a score

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/pong/PongBall.h

    r7163 r7852  
    6666                { return this->batlength_; }
    6767
    68             void setBats(PongBat** bats);
     68            void setBats(WeakPtr<PongBat>* bats);
    6969            void applyBats();
    7070
     
    7979            float accelerationFactor_;
    8080            float batlength_;
    81             PongBat** bat_;
     81            WeakPtr<PongBat>* bat_;
    8282            unsigned int* batID_;
    8383            float relMercyOffset_;
Note: See TracChangeset for help on using the changeset viewer.