Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9925 in orxonox.OLD for branches/network/src/story_entities


Ignore:
Timestamp:
Nov 9, 2006, 7:20:19 PM (18 years ago)
Author:
bensch
Message:

network: totally removed old-classID, and (hopefully) all compile-bugs

Location:
branches/network/src/story_entities
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/menu/game_menu.cc

    r9869 r9925  
    4141#include "parser/preferences/preferences.h"
    4242
    43 #include "class_id_DEPRECATED.h"
     43
    4444//! This creates a Factory to fabricate a GameMenu
    45 ObjectListDefinitionID(GameMenu, CL_GAME_MENU);
     45ObjectListDefinition(GameMenu);
    4646CREATE_FACTORY(GameMenu);
    4747
  • branches/network/src/story_entities/movie_loader.cc

    r9869 r9925  
    2525
    2626
    27 #include "class_id_DEPRECATED.h"
    28 ObjectListDefinitionID(MovieLoader, CL_MOVIE_LOADER);
     27
     28ObjectListDefinition(MovieLoader);
    2929CREATE_FACTORY(MovieLoader);
    3030
  • branches/network/src/story_entities/multi_player_world.cc

    r9869 r9925  
    3636SHELL_COMMAND(debug, MultiPlayerWorld, debug);
    3737
    38 #include "class_id_DEPRECATED.h"
     38
    3939//! This creates a Factory to fabricate a MultiPlayerWorld
    40 ObjectListDefinitionID(MultiPlayerWorld, CL_MULTI_PLAYER_WORLD);
     40ObjectListDefinition(MultiPlayerWorld);
    4141CREATE_FACTORY(MultiPlayerWorld);
    4242
  • branches/network/src/story_entities/single_player_world.cc

    r9869 r9925  
    3030
    3131
    32 #include "class_id_DEPRECATED.h"
     32
    3333//! This creates a Factory to fabricate a SinglePlayerWorld
    34 ObjectListDefinitionID(SinglePlayerWorld, CL_SINGLE_PLAYER_WORLD);
     34ObjectListDefinition(SinglePlayerWorld);
    3535CREATE_FACTORY(SinglePlayerWorld);
    3636
Note: See TracChangeset for help on using the changeset viewer.