AVALANCHE: Fix indents in avalanche.cpp.

This commit is contained in:
uruk 2013-07-24 17:12:46 +02:00
parent 043ded8185
commit ba581b0b32

View File

@ -41,9 +41,9 @@
namespace Avalanche {
AvalancheEngine *AvalancheEngine::s_Engine = 0;
AvalancheEngine *AvalancheEngine::s_Engine = 0;
AvalancheEngine::AvalancheEngine(OSystem *syst, const AvalancheGameDescription *gd) : Engine(syst), _gameDescription(gd) {
AvalancheEngine::AvalancheEngine(OSystem *syst, const AvalancheGameDescription *gd) : Engine(syst), _gameDescription(gd) {
_system = syst;
_console = new AvalancheConsole(this);