mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 11:45:21 +00:00
DREAMWEB: minor cleanup
This commit is contained in:
parent
f0b54cec13
commit
9e10e8e893
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user