mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 02:08:23 +00:00
getch to _getch on windows warning deprecated call change
This commit is contained in:
@@ -128,7 +128,7 @@ void CheckEQEMuErrorAndPause() {
|
|||||||
if (CheckEQEMuError()) {
|
if (CheckEQEMuError()) {
|
||||||
fprintf(stdout, "Hit any key to exit\n");
|
fprintf(stdout, "Hit any key to exit\n");
|
||||||
UpdateWindowTitle("Error");
|
UpdateWindowTitle("Error");
|
||||||
getch();
|
_getch();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user