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/testblit.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/testblit.cpp')
-rw-r--r-- | engines/avalanche/testblit.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/avalanche/testblit.cpp b/engines/avalanche/testblit.cpp index b58ddc628d..ff2d381815 100644 --- a/engines/avalanche/testblit.cpp +++ b/engines/avalanche/testblit.cpp @@ -41,10 +41,8 @@ word s; void mblit() { byte bit; longint st; - ; st = ttp; for (bit = 0; bit <= 3; bit ++) { - ; port[0x3c4] = mb1; portw[0x3ce] = copyput * 256 + 3; portw[0x3ce] = 0x205; @@ -57,13 +55,11 @@ void mblit() { int main(int argc, const char *argv[]) { pio_initialize(argc, argv); - ; gd = 3; gm = 0; initgraph(gd, gm, ""); settextstyle(1, 0, 7); for (gd = 0; gd <= 1; gd ++) { - ; setactivepage(gd); setcolor(6 * gd + 6); outtextxy(0, 0, chr(65 + gd)); |