mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 15:31:59 +00:00
initialize variables
svn-id: r38252
This commit is contained in:
parent
6c9e4d2004
commit
8e7a05989b
@ -648,6 +648,8 @@ _gfxop_init_common(gfx_state_t *state, gfx_options_t *options, void *misc_payloa
|
||||
|
||||
state->dirty_rects = NULL;
|
||||
|
||||
state->old_pointer_draw_pos.x = -1;
|
||||
state->old_pointer_draw_pos.y = -1;
|
||||
|
||||
return GFX_OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user