Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 18, 2011, 12:08:00 AM (13 years ago)
Author:
landauf
Message:

Pong gametype should delete the objects it created

File:
1 edited

Legend:

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

    r7865 r7911  
    4141        public:
    4242            Pong(BaseObject* creator);
    43             virtual ~Pong() {}
     43            virtual ~Pong();
    4444
    4545            virtual void start();
     
    6060
    6161            void startBall();
     62            void cleanup();
    6263
    6364            WeakPtr<PongCenterpoint> center_;
Note: See TracChangeset for help on using the changeset viewer.