aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/shell1.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/shell1.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/shell1.cpp')
-rw-r--r--engines/avalanche/shell1.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/avalanche/shell1.cpp b/engines/avalanche/shell1.cpp
index 358f679e61..fa9513960a 100644
--- a/engines/avalanche/shell1.cpp
+++ b/engines/avalanche/shell1.cpp
@@ -39,7 +39,6 @@ pointer where;
string comspec;
int main(int argc, const char *argv[]) {
pio_initialize(argc, argv);
- ;
getintvec(0x1f, where);
move(where, table, 1280);
comspec = getenv("comspec");