Skip to content
Snippets Groups Projects
Commit 6db9ad0d authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Splat.

parent 33a37c0a
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1243 passed
...@@ -931,7 +931,7 @@ int ulist(int mode, int left, int top, int width, int *cur, int *bar ...@@ -931,7 +931,7 @@ int ulist(int mode, int left, int top, int width, int *cur, int *bar
(*cur)=(*bar); (*cur)=(*bar);
i=(*cur)-(*bar); i=(*cur)-(*bar);
if(i+(height-vbrdrsize-1)>=opts) { if(i+(height-vbrdrsize-1)>=opts) {
(*bar)=(height-vbrdrsize)-(opts-cur); (*bar)=(height-vbrdrsize)-(opts-*cur);
} }
} }
if((*cur)<0) if((*cur)<0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment