aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/testcard.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/testcard.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/testcard.cpp')
-rw-r--r--engines/avalanche/testcard.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/avalanche/testcard.cpp b/engines/avalanche/testcard.cpp
index aec0d92aed..a0bcdc8fdd 100644
--- a/engines/avalanche/testcard.cpp
+++ b/engines/avalanche/testcard.cpp
@@ -40,14 +40,12 @@ searchrec r;
int main(int argc, const char *argv[]) {
pio_initialize(argc, argv);
- ;
gd = 3;
gm = 0;
initgraph(gd, gm, "c:\\bp\\bgi");
for (gd = 0; gd <= 14; gd ++)
for (gm = 0; gm <= 11; gm ++) {
- ;
setfillstyle(gm, gd + 1);
bar(gd * 43, gm * 12 + 10, 42 + gd * 43, gm * 12 + 21);
}
@@ -64,7 +62,6 @@ int main(int argc, const char *argv[]) {
findfirst(string("place") + filename + ".avd", anyfile, r);
if (doserror == 0) {
- ;
output << "*** ALREADY EXISTS! CANCELLED! ***" << NL;
input >> NL;
exit(0);
@@ -80,7 +77,6 @@ int main(int argc, const char *argv[]) {
rewrite(f, 1);
blockwrite(f, gd, 177); /* just anything */
for (bit = 0; bit <= 3; bit ++) {
- ;
port[0x3c4] = 2;
port[0x3ce] = 4;
port[0x3c5] = 1 << bit;