1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Start bonus choosing.

This commit is contained in:
Michał W. Urbańczyk 2007-07-25 13:57:10 +00:00
parent 40607240b4
commit e2d9f8956e
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -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<SDL_Surface*> bgs;
CDefHandler //* castles, * heroes, * bonus,
* left, * right;
* left, * right,
* bonuses;
std::vector<PlayerOptions*> poptions;
void show();
void hide();