[Scummvm-cvs-logs] scummvm master -> bb018a908c2dbce8e7f1009ffe9e3581c307dbbc
urukgit
urukgit at users.noreply.github.com
Tue Nov 5 20:28:42 CET 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
bb018a908c AVALANCHE: Remove unnecessary function call.
Commit: bb018a908c2dbce8e7f1009ffe9e3581c307dbbc
https://github.com/scummvm/scummvm/commit/bb018a908c2dbce8e7f1009ffe9e3581c307dbbc
Author: urukgit (koppirnyo at gmail.com)
Date: 2013-11-05T11:28:10-08:00
Commit Message:
AVALANCHE: Remove unnecessary function call.
Changed paths:
engines/avalanche/avalanche.cpp
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index e373ab5..aa0d515 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -57,8 +57,6 @@ AvalancheEngine::AvalancheEngine(OSystem *syst, const AvalancheGameDescription *
_sound = nullptr;
_platform = gd->desc.platform;
-
- initVariables();
}
AvalancheEngine::~AvalancheEngine() {
More information about the Scummvm-git-logs
mailing list