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/setup.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/setup.cpp')
-rw-r--r-- | engines/avalanche/setup.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/avalanche/setup.cpp b/engines/avalanche/setup.cpp index 072c3ef2a4..184e42f9a9 100644 --- a/engines/avalanche/setup.cpp +++ b/engines/avalanche/setup.cpp @@ -496,7 +496,6 @@ void getmaxmin() { centre(19, 1, "Thank you. Now please centre your joystick and hit a button."); do { - ; } while (!(buttona1() || buttona2())); readjoya(jmidx, jmidy); |