simple change in initialization
This commit is contained in:
parent
56d7b547ae
commit
0a15728be4
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ const unsigned int OBActions::DOUBLECLICKDELAY = 300;
|
||||||
OBActions::OBActions()
|
OBActions::OBActions()
|
||||||
: _button(0), _enter_win(0)
|
: _button(0), _enter_win(0)
|
||||||
{
|
{
|
||||||
_presses[0] = new MousePressAction();
|
for (int i = 0; i < 2; ++i)
|
||||||
_presses[1] = new MousePressAction();
|
_presses[i] = new MousePressAction();
|
||||||
|
|
||||||
// XXX: load a configuration out of somewhere
|
// XXX: load a configuration out of somewhere
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue