diff options
author | withmorten <morten.with@gmail.com> | 2021-07-03 01:36:44 +0200 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-07-03 01:36:44 +0200 |
commit | f9f854c4a8dad22bc515c3c6af6d3fec73cdede5 (patch) | |
tree | 03e5620eca573cb43bfdff950104ec2996b0bfdf | |
parent | Peds: Efforts to find the reason of crashes on GCC 7.5.0 (diff) | |
download | re3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.tar re3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.tar.gz re3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.tar.bz2 re3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.tar.lz re3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.tar.xz re3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.tar.zst re3-f9f854c4a8dad22bc515c3c6af6d3fec73cdede5.zip |
Diffstat (limited to '')
-rw-r--r-- | src/skel/win/win.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp index acaea28d..d3dc2623 100644 --- a/src/skel/win/win.cpp +++ b/src/skel/win/win.cpp @@ -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; |