Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5841 in orxonox.OLD


Ignore:
Timestamp:
Nov 30, 2005, 9:53:27 PM (18 years ago)
Author:
snellen
Message:

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

Location:
branches/spaceshipcontrol/src/world_entities
Files:
2 edited

Legend:

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

    r5838 r5841  
    1010
    1111### File Specific:
    12    main-programmer: Patrick Boenzli
    13    co-programmer: Christian Meyer
     12   main-programmer: Silvan Nellen
     13   co-programmer: Benjamin Knecht
    1414*/
    1515
  • branches/spaceshipcontrol/src/world_entities/player.cc

    r5840 r5841  
    1010
    1111   ### File Specific:
    12    main-programmer: Patrick Boenzli
    13    co-programmer: Christian Meyer
     12   main-programmer: Silvan Nellen
     13   co-programmer: Benjamin Knecht
    1414*/
    15 
    16 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY
    17 
    1815
    1916#include "executor/executor.h"
     
    8784
    8885
    89 Playable*     Player::getControllable()
     86Playable* Player::getControllable()
    9087{
    9188  return controllable;
Note: See TracChangeset for help on using the changeset viewer.