Skip to content

Commit

Permalink
remove one unnecessary define
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Jul 24, 2020
1 parent 63776e1 commit 3564dd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wl_play.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -674,9 +674,7 @@ void CheckKeys (void)
// F1-F7/ESC to enter control panel
//
if (
#ifndef DEBCHECK
scan == sc_F10 ||
#endif
scan == sc_F9 || scan == sc_F7 || scan == sc_F8) // pop up quit dialog
{
ClearMemory ();
Expand Down

0 comments on commit 3564dd6

Please sign in to comment.