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:
parent
40607240b4
commit
e2d9f8956e
BIN
CPreGame.cpp
BIN
CPreGame.cpp
Binary file not shown.
@ -60,7 +60,7 @@ class Options : public PreGameTab
|
|||||||
PlayerOptions(int serial, int player);
|
PlayerOptions(int serial, int player);
|
||||||
Ecolor color;
|
Ecolor color;
|
||||||
//SDL_Surface * bg;
|
//SDL_Surface * bg;
|
||||||
OptionSwitch left, right, Hleft, Hright;
|
OptionSwitch Cleft, Cright, Hleft, Hright, Bleft, Bright;
|
||||||
int nr;
|
int nr;
|
||||||
};
|
};
|
||||||
public:
|
public:
|
||||||
@ -69,7 +69,8 @@ public:
|
|||||||
* rHero, * rCastle, * nHero, * nCastle;
|
* rHero, * rCastle, * nHero, * nCastle;
|
||||||
std::vector<SDL_Surface*> bgs;
|
std::vector<SDL_Surface*> bgs;
|
||||||
CDefHandler //* castles, * heroes, * bonus,
|
CDefHandler //* castles, * heroes, * bonus,
|
||||||
* left, * right;
|
* left, * right,
|
||||||
|
* bonuses;
|
||||||
std::vector<PlayerOptions*> poptions;
|
std::vector<PlayerOptions*> poptions;
|
||||||
void show();
|
void show();
|
||||||
void hide();
|
void hide();
|
||||||
|
Loading…
Reference in New Issue
Block a user