Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2005, 1:10:45 AM (18 years ago)
Author:
patrick
Message:

network: branche comiles again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/story_entities/network_world.cc

    r6085 r6093  
    1717#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD
    1818
    19 #include "world.h"
     19#include "network_world.h"
    2020
    2121#include "shell_command.h"
     
    7575
    7676
    77 SHELL_COMMAND(speed, NetworkWorld, setSpeed);
    78 SHELL_COMMAND(togglePNodeVisibility, NetworkWorld, togglePNodeVisibility);
    79 SHELL_COMMAND(toggleBVVisibility, NetworkWorld, toggleBVVisibility);
     77//SHELL_COMMAND(speed, NetworkWorld, setSpeed);
     78//SHELL_COMMAND(togglePNodeVisibility, NetworkWorld, togglePNodeVisibility);
     79//SHELL_COMMAND(toggleBVVisibility, NetworkWorld, toggleBVVisibility);
    8080
    8181using namespace std;
    8282
    8383//! This creates a Factory to fabricate a NetworkWorld
    84 CREATE_FACTORY(NetworkWorld, CL_WORLD);
     84//CREATE_FACTORY(NetworkWorld, CL_WORLD);
    8585
    8686NetworkWorld::NetworkWorld(const TiXmlElement* root)
Note: See TracChangeset for help on using the changeset viewer.