mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Remove the usage of the undefined vnc_enabled variable, fixes #4961.
This commit is contained in:
parent
937c507bb9
commit
f6d89766b0
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ main(int argc, char *argv[])
|
|||
|
||||
/* Set the PAUSE mode depending on the renderer. */
|
||||
#ifdef USE_VNC
|
||||
if (vnc_enabled && vid_api != 5)
|
||||
if (vid_api == 5)
|
||||
plat_pause(1);
|
||||
else
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue