Skip to content
Snippets Groups Projects
Commit ceaf4563 authored by deuce's avatar deuce
Browse files

First Linux ciolib fix.

parent b2db0741
Branches
Tags
No related merge requests found
......@@ -146,8 +146,10 @@ int bitmap_init_mode(int mode, int *width, int *height)
/* TODO: Re-enable this
send_rectangle(0,0,screenwidth,screenheight,TRUE);
*/
pthread_mutex_unlock(&vstatlock);
bitmap_loadfont(NULL);
/* TODO: Remove this next line */
pthread_mutex_lock(&vstatlock);
update_rect(1,1,cio_textinfo.screenwidth,cio_textinfo.screenheight,TRUE);
pthread_mutex_unlock(&vstatlock);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment