Apply missing KEY_ESCAPE constant
This commit is contained in:
parent
5cb06c9b76
commit
6052a09074
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ int Scene_DownIsland(HWND hWnd, int mode)
|
||||||
GetTrg();
|
GetTrg();
|
||||||
|
|
||||||
// Escape menu
|
// Escape menu
|
||||||
if (gKey & 0x8000)
|
if (gKey & KEY_ESCAPE)
|
||||||
{
|
{
|
||||||
switch (Call_Escape(hWnd))
|
switch (Call_Escape(hWnd))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue