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

Fix bug in last commit.

parent 497674bf
Branches
Tags
No related merge requests found
......@@ -174,7 +174,7 @@ int uifcini32(uifcapi_t* uifcapi)
api->esc_delay=25;
if(cio_api.ESCDELAY)
ESCDELAY=api->esc_delay;
cio_api.ESCDELAY=api->esc_delay;
if(api->scrn_len!=0) {
switch(api->scrn_len) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment