aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/dc/dcmain.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp
index 71c15ac580..b81b80d0d2 100644
--- a/backends/dc/dcmain.cpp
+++ b/backends/dc/dcmain.cpp
@@ -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));