LAB: Initialize a variable. This should fix a Valgrind warning.
This commit is contained in:
parent
75d1a3a22a
commit
fbff6313b5
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ namespace Lab {
|
|||
|
||||
Intro::Intro(LabEngine *vm) : _vm(vm) {
|
||||
_quitIntro = false;
|
||||
_introDoBlack = false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue