Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2009, 12:38:36 AM (16 years ago)
Author:
landauf
Message:

Removed /objects/ from all paths (except from those in the objects module of course).
Compiles again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/libraries2/src/modules/objects/ForceField.cc

    r5728 r5735  
    3131#include "core/CoreIncludes.h"
    3232#include "core/XMLPort.h"
    33 #include "objects/worldentities/MobileEntity.h"
     33#include "worldentities/MobileEntity.h"
    3434
    3535namespace orxonox
     
    5353    {
    5454        SUPER(ForceField, XMLPort, xmlelement, mode);
    55  
     55
    5656        //For correct xml import use: position, direction, velocity, scale
    5757        XMLPortParam(ForceField, "velocity", setVelocity, getVelocity, xmlelement, mode).defaultValues(100);
Note: See TracChangeset for help on using the changeset viewer.