Properly initialize _devpoll.
svn-id: r20439
This commit is contained in:
parent
60bbd5e470
commit
405c2832e8
1 changed files with 4 additions and 4 deletions
|
@ -47,10 +47,10 @@ OSystem *OSystem_Dreamcast::create() {
|
|||
}
|
||||
|
||||
OSystem_Dreamcast::OSystem_Dreamcast()
|
||||
: screen(NULL), mouse(NULL), overlay(NULL), _softkbd(this), _ms_buf(NULL),
|
||||
_sound_proc(NULL), _timer_active(false), _current_shake_pos(0),
|
||||
_aspect_stretch(false), _softkbd_on(false), _softkbd_motion(0),
|
||||
_enable_cursor_palette(false)
|
||||
: _devpoll(0), screen(NULL), mouse(NULL), overlay(NULL), _softkbd(this),
|
||||
_ms_buf(NULL), _sound_proc(NULL), _timer_active(false),
|
||||
_current_shake_pos(0), _aspect_stretch(false), _softkbd_on(false),
|
||||
_softkbd_motion(0), _enable_cursor_palette(false)
|
||||
{
|
||||
memset(screen_tx, 0, sizeof(screen_tx));
|
||||
memset(mouse_tx, 0, sizeof(mouse_tx));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue