aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
authorMax Horn2003-03-06 02:37:37 +0000
committerMax Horn2003-03-06 02:37:37 +0000
commit32b84fe2baa72e3bdf08ca8b0b215be9f12f6948 (patch)
tree20c08cd1924438cb7837262ec34e5d43be65d791 /sky/sky.cpp
parentb525feba246b69f8770365288fd5ac0e8c2dd925 (diff)
downloadscummvm-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.cpp18
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