Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 26, 2009, 3:18:08 PM (15 years ago)
Author:
bknecht
Message:

Fixed some bugs. Please do not break the code, when working with other people on one branch. Also check if the game runs and not just compiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/Game.h

    r2850 r2853  
    4343#include "OrxonoxClass.h"
    4444
    45 #define AddGameState(classname, name, ...) \
    46     static bool bGameStateDummy_##classname##__LINE__ = orxonox::Game::addGameState(new classname(name, __VA_ARGS__))
     45#define AddGameState(classname, name) \
     46    static bool bGameStateDummy_##classname##__LINE__ = orxonox::Game::addGameState(new classname(name))
    4747
    4848namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.