Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 4:03:46 PM (5 years ago)
Author:
pomselj
Message:

OrxoBlox is linked to Projectile, level up works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BallProjectile.h

    r12378 r12384  
    3737#include "weapons/WeaponsPrereqs.h"
    3838#include "weapons/projectiles/BillboardProjectile.h"
    39 #include "../OrxoBlox/OrxoBlox.h"
     39#include "../../OrxoBlox/OrxoBlox.h"
     40#include "../../OrxoBlox/OrxoBloxStones.h"
    4041
    4142#include "OrxoBlox/OrxoBloxPrereqs.h"
     
    6869            void registerVariables();
    6970            void changeTexture();
    70             //OrxoBlox* getOrxoBlox();
     71            OrxoBlox* getOrxoBlox();
    7172           
    7273            float speed_; //!< The speed (in x-direction) of the ball.
     
    7677            unsigned int maxTextureIndex_; //!< The maximal index.
    7778            std::string materialBase_; //!< The base name of the material.
    78             //OrxoBlox* orxoblox_;
     79            OrxoBlox* orxoblox_;
    7980    };
    8081}
Note: See TracChangeset for help on using the changeset viewer.