mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-09 03:32:22 +00:00
getch to _getch on windows warning deprecated call change
This commit is contained in:
parent
7cd914538f
commit
14a0bb9413
@ -128,7 +128,7 @@ void CheckEQEMuErrorAndPause() {
|
||||
if (CheckEQEMuError()) {
|
||||
fprintf(stdout, "Hit any key to exit\n");
|
||||
UpdateWindowTitle("Error");
|
||||
getch();
|
||||
_getch();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user