- more cppcheck code cleanup

This commit is contained in:
Mark Vejvoda
2012-10-06 03:42:31 +00:00
parent 97ba1a27e2
commit 2a80dd7c3c
7 changed files with 25 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ SoundInfo::SoundInfo() {
Sound::Sound() {
volume= 0.0f;
fileName = "";
soundFileLoader = 0;
}
// =====================================================