Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2009, 2:28:24 AM (15 years ago)
Author:
landauf
Message:

Added forward declarations to OrxonoxPrereqs.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/pickup/ModifierPickup.cc

    r3073 r3079  
    3737#include "core/CoreIncludes.h"
    3838#include "core/XMLPort.h"
    39 #include "core/Core.h"
    4039
    4140#include "objects/worldentities/pawns/Pawn.h"
    42 
    43 #include "util/Debug.h"
    4441
    4542namespace orxonox
     
    110107                this->timer_.setTimer(this->duration_, false, this, executor);
    111108            }
    112            
     109
    113110            return true;
    114111        }
     
    140137                pawn->getPickups().removeMultiplicativeModifier((*it).first, (*it).second);
    141138            }
    142            
     139
    143140            if (this->timer_.getRemainingTime() > 0.0f)
    144141                this->timer_.stopTimer();
Note: See TracChangeset for help on using the changeset viewer.