aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/saving.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/saving.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/saving.cpp')
-rw-r--r--engines/avalanche/saving.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/avalanche/saving.cpp b/engines/avalanche/saving.cpp
index 8075225e7b..8d52e76a65 100644
--- a/engines/avalanche/saving.cpp
+++ b/engines/avalanche/saving.cpp
@@ -40,7 +40,6 @@ void load(string nam) {
untyped_file f;
word s;
string check;
- ;
assign(f, nam);
reset(f, 1);
blockread(f, check, 41);
@@ -48,7 +47,6 @@ void load(string nam) {
blockread(f, check, 31);
s = imagesize(0, 0, getmaxx(), 75);
for (z = 1; z <= 2; z ++) {
- ;
getmem(a[z], s);
blockread(f, a[z], s);
setactivepage(0);
@@ -60,7 +58,6 @@ void load(string nam) {
int main(int argc, const char *argv[]) {
pio_initialize(argc, argv);
- ;
gd = 3;
gm = 0;
initgraph(gd, gm, "");
@@ -68,7 +65,6 @@ int main(int argc, const char *argv[]) {
assign(f, "c:\\sleep\\test.ega");
rewrite(f, 1);
for (bit = 0; bit <= 3; bit ++) {
- ;
port[0x3c4] = 2;
port[0x3ce] = 4;
port[0x3c5] = 1 << bit;