LAB: Initialize a variable. This should fix a Valgrind warning.

This commit is contained in:
Strangerke 2015-12-15 19:28:59 +01:00 committed by Willem Jan Palenstijn
parent 75d1a3a22a
commit fbff6313b5

View file

@ -42,6 +42,7 @@ namespace Lab {
Intro::Intro(LabEngine *vm) : _vm(vm) {
_quitIntro = false;
_introDoBlack = false;
}
/**