mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 22:58:09 +00:00
MOVIE: Initialize _x and _y
This commit is contained in:
parent
9aa04ad7e8
commit
358359b214
@ -78,6 +78,8 @@ public:
|
||||
_stream = NULL;
|
||||
_movieTime = 0;
|
||||
_frame = 0;
|
||||
_x = 0;
|
||||
_y = 0;
|
||||
};
|
||||
virtual ~MoviePlayer() {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user