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/qintro.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/qintro.cpp')
-rw-r--r-- | engines/avalanche/qintro.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/avalanche/qintro.cpp b/engines/avalanche/qintro.cpp index 0d15a9d7da..695dda45ae 100644 --- a/engines/avalanche/qintro.cpp +++ b/engines/avalanche/qintro.cpp @@ -254,7 +254,6 @@ void load_text() { thisline += 1; break; case '\12':/*nop*/ - ; break; default: x[thisline] = x[thisline] + *c; @@ -311,7 +310,6 @@ int main(int argc, const char *argv[]) { displaycounter += 1; do { - ; } while (!(*skellern > 0)); } |