aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/sequence.h
diff options
context:
space:
mode:
authoruruk2013-06-18 10:23:29 +0200
committeruruk2013-06-18 10:23:29 +0200
commit38bc20a0763f0f83ea3c0a94a68a1edea0d08514 (patch)
tree8d71d5d2dec96e83e2fcce7c5378e9f2da94130e /engines/avalanche/sequence.h
parenta3025b8dad7abfe845c57aee3703451c223fc2e6 (diff)
downloadscummvm-rg350-38bc20a0763f0f83ea3c0a94a68a1edea0d08514.tar.gz
scummvm-rg350-38bc20a0763f0f83ea3c0a94a68a1edea0d08514.tar.bz2
scummvm-rg350-38bc20a0763f0f83ea3c0a94a68a1edea0d08514.zip
AVALANCHE: Use Artistic Style.
Diffstat (limited to 'engines/avalanche/sequence.h')
-rw-r--r--engines/avalanche/sequence.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/avalanche/sequence.h b/engines/avalanche/sequence.h
index 2d773ca181..54bb1e72f2 100644
--- a/engines/avalanche/sequence.h
+++ b/engines/avalanche/sequence.h
@@ -11,7 +11,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
@@ -40,7 +40,7 @@ const integer seq_length = 10;
#define EXTERN
#endif
-EXTERN array<1,seq_length,byte> seq;
+EXTERN array<1, seq_length, byte> seq;
#undef EXTERN
#define EXTERN extern
@@ -49,7 +49,7 @@ void first_show(byte what);
void then_show(byte what);
-void then_flip(byte where,byte ped);
+void then_flip(byte where, byte ped);
void start_to_close();