mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 13:29:01 +00:00
smol fix
This commit is contained in:
parent
4eea98c66b
commit
f9f854c4a8
1 changed files with 1 additions and 1 deletions
|
@ -1541,7 +1541,7 @@ psSelectDevice()
|
|||
}
|
||||
|
||||
if(bestFsMode < 0){
|
||||
MessageBox(nil, "Cannot find desired video mode", "GTA3", MB_OK);
|
||||
MessageBox(nil, "Cannot find desired video mode", "GTA: Vice City", MB_OK);
|
||||
return FALSE;
|
||||
}
|
||||
GcurSelVM = bestFsMode;
|
||||
|
|
Loading…
Reference in a new issue