X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.h;h=cd9c1fe9d05251be867b3b284cdeef4ce266cd1c;hb=0e7fc4cada952c242f4915e9d424eda094583e21;hp=804e99e9123132646f790dc7f3c70f67fe71a2c0;hpb=c0093d25093395cb62fc2526ab42be65a9f015b8;p=supertux.git diff --git a/src/gameconfig.h b/src/gameconfig.h index 804e99e91..cd9c1fe9d 100644 --- a/src/gameconfig.h +++ b/src/gameconfig.h @@ -49,6 +49,8 @@ public: /** this variable is set if supertux should start in a specific level */ std::string start_level; + std::string start_demo; + std::string record_demo; }; extern Config* config;