Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3220 in orxonox.OLD for orxonox/trunk/src/story_entity.cc


Ignore:
Timestamp:
Dec 19, 2004, 9:09:36 PM (21 years ago)
Author:
patrick
Message:

orxonox/trunk: fixed a lot of bugs with StoryEntity management, also cleared up some old unused code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entity.cc

    r2636 r3220  
    3939
    4040
    41 void StoryEntity::setStoryID(Uint32 storyID)
     41void StoryEntity::setStoryID(int storyID)
    4242{
    4343  this->storyID = storyID;
     
    5050
    5151
    52 void StoryEntity::setNextStoryID(Uint32 nextStoryID)
     52void StoryEntity::setNextStoryID(int nextStoryID)
    5353{
    5454  this->nextStoryID = nextStoryID;
    5555}
    5656
    57 Uint32 StoryEntity::getNextStoryID()
     57int StoryEntity::getNextStoryID()
    5858{
    5959  return this->nextStoryID;
     
    6161
    6262
    63 Error StoryEntity::start(Uint32 storyID)
     63Error StoryEntity::start(int storyID)
    6464{}
    6565
     
    8080{}
    8181
    82 
    83 void StoryEntity::displayEntityScreen()
     82void StoryEntity::destroy()
    8483{}
    8584
    86 void StoryEntity::releaseEntityScreen()
     85
     86void StoryEntity::displayLoadScreen()
    8787{}
     88
     89void StoryEntity::releaseLoadScreen()
     90{}
Note: See TracChangeset for help on using the changeset viewer.