DREAMWEB: minor cleanup

This commit is contained in:
Vladimir 2011-06-07 03:13:06 +04:00 committed by Alyssa Milburn
parent f0b54cec13
commit 9e10e8e893

View File

@ -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;
}