mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 08:06:42 +00:00
AVALANCHE: Fix indents in avalanche.cpp.
This commit is contained in:
parent
043ded8185
commit
ba581b0b32
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user