Properly initialize _devpoll.

svn-id: r20439
This commit is contained in:
Marcus Comstedt 2006-02-09 12:30:52 +00:00
parent 60bbd5e470
commit 405c2832e8

View file

@ -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));