aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/enhanced.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/enhanced.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/enhanced.cpp')
-rw-r--r--engines/avalanche/enhanced.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/avalanche/enhanced.cpp b/engines/avalanche/enhanced.cpp
index bfe4274191..befc4dff35 100644
--- a/engines/avalanche/enhanced.cpp
+++ b/engines/avalanche/enhanced.cpp
@@ -47,7 +47,6 @@ boolean isenh() {
boolean isenh_result;
isenh_result = false;
{
- ;
ah = 0x12;
intr(0x16, r);
statefrom16 = al;
@@ -55,7 +54,6 @@ boolean isenh() {
if (statefrom16 != shiftstate) return isenh_result;
shiftstate = shiftstate ^ 0x20;
{
- ;
ah = 0x12;
intr(0x16, r);
statefrom16 = al;
@@ -76,7 +74,6 @@ void readkeye()
{
registers r;
word fs;
- ;
if (atbios)
fs = fancystuff; /* We're using an AT */
else fs = notfancystuff; /* ditto, an XT */
@@ -96,7 +93,6 @@ boolean keypressede()
{
registers r;
boolean keypressede_result;
- ;
if (atbios)
keypressede_result = fancystuff; /* ATs get the fancy stuff */
else keypressede_result = keypressed(); /* XTs get the usual primitive... */
@@ -110,7 +106,6 @@ public:
static unit_enhanced_initialize enhanced_constructor;
unit_enhanced_initialize::unit_enhanced_initialize() {
- ;
/* determine bios type */
atbios = isenh();
}