mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 00:41:12 +00:00
Initialise _current. Fixes a Valgrind warning.
svn-id: r35067
This commit is contained in:
parent
a68bb32a97
commit
e5d0462af6
@ -31,7 +31,7 @@ namespace Groovie {
|
||||
// Cursor Manager
|
||||
|
||||
CursorMan::CursorMan(OSystem *system) :
|
||||
_syst(system), _lastTime(0), _cursor(NULL) {
|
||||
_syst(system), _lastTime(0), _current(0), _cursor(NULL) {
|
||||
}
|
||||
|
||||
CursorMan::~CursorMan() {
|
||||
|
Loading…
Reference in New Issue
Block a user