diff options
author | Vladimir | 2011-06-07 03:01:09 +0400 |
---|---|---|
committer | Alyssa Milburn | 2011-06-15 17:31:24 +0200 |
commit | f0b54cec1319a0d1e56e66350091732f73a47d62 (patch) | |
tree | cd3a15b565575f81579ab983460cc537f95fdf3e | |
parent | d4d5c0527e4fa42cb83e58b03190e92eb2c2ddbb (diff) | |
download | scummvm-rg350-f0b54cec1319a0d1e56e66350091732f73a47d62.tar.gz scummvm-rg350-f0b54cec1319a0d1e56e66350091732f73a47d62.tar.bz2 scummvm-rg350-f0b54cec1319a0d1e56e66350091732f73a47d62.zip |
DREAMWEB: fixed typo
-rw-r--r-- | engines/dreamweb/dreamweb.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/dreamweb/dreamweb.cpp b/engines/dreamweb/dreamweb.cpp index f2c86eb38d..d27fba2e7d 100644 --- a/engines/dreamweb/dreamweb.cpp +++ b/engines/dreamweb/dreamweb.cpp @@ -218,7 +218,6 @@ void gettime(Context &context) { context.ch = 10; context.cl = 15; context.dh = 0; -; } void allocatemem(Context &context) { |