aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/makesez.cpp
diff options
context:
space:
mode:
authoruruk2013-06-18 11:50:18 +0200
committeruruk2013-06-18 11:50:18 +0200
commitf974bccbb0071c61521f072ecf803cb40910e8ab (patch)
treedc02d99c06d3b9c11e68f080de2c50b75f03f3ae /engines/avalanche/makesez.cpp
parent38bc20a0763f0f83ea3c0a94a68a1edea0d08514 (diff)
downloadscummvm-rg350-f974bccbb0071c61521f072ecf803cb40910e8ab.tar.gz
scummvm-rg350-f974bccbb0071c61521f072ecf803cb40910e8ab.tar.bz2
scummvm-rg350-f974bccbb0071c61521f072ecf803cb40910e8ab.zip
AVALANCHE: Remove empty lines with only ";" characters in them.
Diffstat (limited to 'engines/avalanche/makesez.cpp')
-rw-r--r--engines/avalanche/makesez.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/avalanche/makesez.cpp b/engines/avalanche/makesez.cpp
index 1307f17515..cba5b61b5b 100644
--- a/engines/avalanche/makesez.cpp
+++ b/engines/avalanche/makesez.cpp
@@ -46,14 +46,12 @@ char check;
int main(int argc, const char *argv[]) {
pio_initialize(argc, argv);
- ;
fillchar(x, sizeof(x), '\261');
x = string("This is a Sez file for an Avvy game, and its contents are subject") + crlf +
"to copyright. Have fun with the game!" + crlf + crlf + tabs + "tt" + crlf + crlf +
"[Lord Avalot D'Argent]" + crlf + crlf + eof_ +
crlf + crlf + "Thomas was here!";
{
- ;
header.initials = "TT";
header.gamecode = 2; /* code for Avalot */
header.revision = 100; /* version 1.00 */