diff --git a/CPreGame.cpp b/CPreGame.cpp index 612cb35cf..7747a0c17 100644 Binary files a/CPreGame.cpp and b/CPreGame.cpp differ diff --git a/CPreGame.h b/CPreGame.h index 1440948f3..b8ce3ba69 100644 --- a/CPreGame.h +++ b/CPreGame.h @@ -60,7 +60,7 @@ class Options : public PreGameTab PlayerOptions(int serial, int player); Ecolor color; //SDL_Surface * bg; - OptionSwitch left, right, Hleft, Hright; + OptionSwitch Cleft, Cright, Hleft, Hright, Bleft, Bright; int nr; }; public: @@ -69,7 +69,8 @@ public: * rHero, * rCastle, * nHero, * nCastle; std::vector bgs; CDefHandler //* castles, * heroes, * bonus, - * left, * right; + * left, * right, + * bonuses; std::vector poptions; void show(); void hide();