Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Wengier committed Aug 1, 2021
1 parent 082dc04 commit c14b6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/sdl_mapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2665,7 +2665,7 @@ class CModEvent : public CTriggeredEvent {
//! \brief Constructor to provide entry name and the index of the modifier button
CModEvent(char const * const _entry,Bitu _wmod) : CTriggeredEvent(_entry), notify_button(NULL) {
wmod=_wmod;
type = mod_event_t;
type = wmod==4?event_t:mod_event_t;
}

virtual ~CModEvent() {}
Expand Down

0 comments on commit c14b6a3

Please sign in to comment.