Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6362 in orxonox.OLD


Ignore:
Timestamp:
Dec 30, 2005, 11:28:23 PM (18 years ago)
Author:
patrick
Message:

network: compiles but doesn't link yet

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

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/camera.cc

    r6361 r6362  
    1717#include "camera.h"
    1818
     19#include "event_handler.h"
    1920
    2021using namespace std;
  • branches/network/src/world_entities/spawning_point.cc

    r6139 r6362  
    1616
    1717#include "spawning_point.h"
     18
    1819#include "load_param.h"
    1920#include "factory.h"
     21
    2022#include "compiler.h"
    21 #include "world.h" /* only temp. until the object manager is implemented*/
     23
    2224
    2325/**
     
    9799            this->frequency, this->seed);
    98100  BaseObject* spawningEntity = Factory::fabricate(this->classID);
    99   if( likely(this->world != NULL))
    100     this->world->spawn(dynamic_cast<WorldEntity*>(spawningEntity));
     101
     102//   if( likely(this->world != NULL))
     103//     this->world->spawn(dynamic_cast<WorldEntity*>(spawningEntity));
    101104}
    102105
Note: See TracChangeset for help on using the changeset viewer.