Merge pull request #1144 from apartfromtime/console-Fix-cursor-timestep

console: Fix cursor timestep
This commit is contained in:
Yamagi 2024-08-21 21:15:45 +02:00 committed by GitHub
commit f3b0341b21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -513,7 +513,7 @@ Con_DrawInput(void)
{ {
if (i == linepos) if (i == linepos)
{ {
if (cls.realtime & 8) if ((cls.realtime >> 8) & 1)
{ {
ch = CON_INPUT_CURSOR; ch = CON_INPUT_CURSOR;
} }