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

Don't set cio_api.mode to the current mode... it's silly, and sdl_con.c

takes care of this now.
parent 269d9062
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,6 @@ char *ciolib_getcliptext(void);
int try_sdl_init(int mode)
{
if(!sdl_init(mode)) {
cio_api.mode=mode;
cio_api.mouse=1;
cio_api.puttext=sdl_puttext;
cio_api.gettext=sdl_gettext;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment