Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 28, 2013, 3:58:45 PM (11 years ago)
Author:
thiweber
Message:

im Pong Score-Sound eingefuegt (PongBall.cc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sfxThilo/src/modules/pong/PongScore.h

    r9667 r9720  
    124124            WeakPtr<PlayerInfo> player1_; //!< Store information about left player permanently.
    125125            WeakPtr<PlayerInfo> player2_; //!< Same for the right player. To end the game properly.
     126            WorldSound* scoreSound_;
     127
    126128    };
    127129}
Note: See TracChangeset for help on using the changeset viewer.