diff options
| author | Max Horn | 2003-03-06 02:37:37 +0000 |
|---|---|---|
| committer | Max Horn | 2003-03-06 02:37:37 +0000 |
| commit | 32b84fe2baa72e3bdf08ca8b0b215be9f12f6948 (patch) | |
| tree | 20c08cd1924438cb7837262ec34e5d43be65d791 /sky/sky.cpp | |
| parent | b525feba246b69f8770365288fd5ac0e8c2dd925 (diff) | |
| download | scummvm-rg350-32b84fe2baa72e3bdf08ca8b0b215be9f12f6948.tar.gz scummvm-rg350-32b84fe2baa72e3bdf08ca8b0b215be9f12f6948.tar.bz2 scummvm-rg350-32b84fe2baa72e3bdf08ca8b0b215be9f12f6948.zip | |
indention fixed
svn-id: r6704
Diffstat (limited to 'sky/sky.cpp')
| -rw-r--r-- | sky/sky.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp index 414c222e6a..7e54abf96e 100644 --- a/sky/sky.cpp +++ b/sky/sky.cpp @@ -8,7 +8,7 @@ * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * You should have received a copy of the GNU General Public License @@ -57,7 +57,7 @@ SkyState::SkyState(GameDetector *detector, OSystem *syst) _debugMode = detector->_debugMode; _debugLevel = detector->_debugLevel; - _language = detector->_language; + _language = detector->_language; } SkyState::~SkyState() @@ -85,13 +85,13 @@ void SkyState::go() void SkyState::initialise(void) { - //initialise_memory(); - //init_timer(); - //init_music(); - initialise_disk(); - initialise_screen(); - init_virgin(); - + //initialise_memory(); + //init_timer(); + //init_music(); + initialise_disk(); + initialise_screen(); + init_virgin(); + } void SkyState::delay(uint amount) //copied and mutilated from Simon.cpp |
