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

Move timedisplay to api->scrn_width-25 rather than fixed position.

parent 566ad8b7
No related branches found
No related tags found
No related merge requests found
......@@ -324,7 +324,7 @@ static void timedisplay()
now=time(NULL);
if(difftime(now,savetime)>=60) {
uprintf(55,1,bclr|(cclr<<4),utimestr(&now));
uprintf(api->scrn_width-25,1,bclr|(cclr<<4),utimestr(&now));
savetime=now;
}
}
......
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