aboutsummaryrefslogtreecommitdiff
path: root/dc/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'dc/dc.h')
-rw-r--r--dc/dc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dc/dc.h b/dc/dc.h
index 258c2ecc63..4a2b78cfb7 100644
--- a/dc/dc.h
+++ b/dc/dc.h
@@ -73,7 +73,7 @@ class OSystem_Dreamcast : public OSystem {
int _ms_cur_x, _ms_cur_y, _ms_cur_w, _ms_cur_h, _ms_old_x, _ms_old_y;
int _ms_hotspot_x, _ms_hotspot_y, _ms_visible, _devpoll;
- int _current_shake_pos;
+ int _current_shake_pos, _screen_h;
unsigned char *_ms_buf;
SoundProc *_sound_proc;
void *_sound_proc_param;