diff options
author | uruk | 2013-06-18 11:50:18 +0200 |
---|---|---|
committer | uruk | 2013-06-18 11:50:18 +0200 |
commit | f974bccbb0071c61521f072ecf803cb40910e8ab (patch) | |
tree | dc02d99c06d3b9c11e68f080de2c50b75f03f3ae /engines/avalanche/pictemp.cpp | |
parent | 38bc20a0763f0f83ea3c0a94a68a1edea0d08514 (diff) | |
download | scummvm-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/pictemp.cpp')
-rw-r--r-- | engines/avalanche/pictemp.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/avalanche/pictemp.cpp b/engines/avalanche/pictemp.cpp index 261e59297f..e41c395d71 100644 --- a/engines/avalanche/pictemp.cpp +++ b/engines/avalanche/pictemp.cpp @@ -46,7 +46,6 @@ void save() { "copyright." + '\15' + '\12' + '\15' + '\12' + "Have fun!" + '\32'; byte a /*absolute $A000:1200i*/; byte bit; - ; nam = "d:thingtmp.avd"; screenname = "Temp."; assign(f, nam); @@ -56,7 +55,6 @@ void save() { blockwrite(f, header[1], 146); blockwrite(f, screenname, 31); for (bit = 0; bit <= 3; bit ++) { - ; port[0x3c4] = 2; port[0x3ce] = 4; port[0x3c5] = 1 << bit; @@ -68,7 +66,6 @@ void save() { int main(int argc, const char *argv[]) { pio_initialize(argc, argv); - ; gd = 3; gm = 0; initgraph(gd, gm, "c:\\bp\\bgi"); @@ -81,14 +78,12 @@ int main(int argc, const char *argv[]) { gm = 20; while (gm < 120) { - ; if (! eof(f)) blockread(f, p, picsize); putimage(gd, gm, p, 0); gd += 70; if (gd == 640) { - ; gd = 10; gm += 40; } |