Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 1, 2005, 4:38:39 PM (20 years ago)
Author:
snellen
Message:

player.cc and player.h updated (both files in ../src/world_entities)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/player.cc

    r5841 r5847  
    6868}
    6969
     70/**
     71 * subscribe to all events because the player dosen't know to witch keys the controllable can react
     72 */
    7073void Player::subscribeEvents()
    7174{
     
    7881}
    7982
     83
    8084void Player::setControllable(Playable controllalble)
    8185 {
    8286   this->controllable = controllable;
    8387 }
     88
    8489
    8590
Note: See TracChangeset for help on using the changeset viewer.