Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 17, 2013, 7:02:25 PM (11 years ago)
Author:
landauf
Message:

fixed some warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core6/src/orxonox/worldentities/pawns/Pawn.cc

    r9546 r9554  
    9898
    9999        this->setSyncMode(ObjectDirection::Bidirectional); // needed to synchronise e.g. aimposition
    100 
    101         /* sewper awesome optimization. This loads all the files required for
    102          * the big explosion once in the beginning to make sure the game does
    103          * not start lagging at the first in-action explosion.
    104          */
    105         BigExplosion *chunk = new BigExplosion(this->getCreator());
    106100    }
    107101
Note: See TracChangeset for help on using the changeset viewer.