Initialise _current. Fixes a Valgrind warning.

svn-id: r35067
This commit is contained in:
Torbjörn Andersson 2008-11-14 23:37:30 +00:00
parent a68bb32a97
commit e5d0462af6

View File

@ -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() {