diff options
| author | Vladimir | 2011-06-07 03:13:06 +0400 | 
|---|---|---|
| committer | Alyssa Milburn | 2011-06-15 17:31:28 +0200 | 
| commit | 9e10e8e8939a0834611c37ccad5cfb382c62d899 (patch) | |
| tree | 4da959d111aa526a1cea6b6635ab3f9aeabd997a | |
| parent | f0b54cec1319a0d1e56e66350091732f73a47d62 (diff) | |
| download | scummvm-rg350-9e10e8e8939a0834611c37ccad5cfb382c62d899.tar.gz scummvm-rg350-9e10e8e8939a0834611c37ccad5cfb382c62d899.tar.bz2 scummvm-rg350-9e10e8e8939a0834611c37ccad5cfb382c62d899.zip  | |
DREAMWEB: minor cleanup
| -rw-r--r-- | engines/dreamweb/dreamweb.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dreamweb/dreamweb.cpp b/engines/dreamweb/dreamweb.cpp index d27fba2e7d..19e5b29024 100644 --- a/engines/dreamweb/dreamweb.cpp +++ b/engines/dreamweb/dreamweb.cpp @@ -214,9 +214,9 @@ void setmouse(Context &context) {  }  void gettime(Context &context) { -	warning("gettime: stub: "); +	warning("gettime: stub: 10:10:00");  	context.ch = 10; -	context.cl = 15; +	context.cl = 10;  	context.dh = 0;  }  | 
