Skip to content
Snippets Groups Projects
Commit fde22d92 authored by sphere's avatar sphere
Browse files

Merge remote-tracking branch 'udb/master'

parents d42f3359 8f7104c2
Branches
Tags
No related merge requests found
......@@ -506,6 +506,10 @@ namespace CodeImp.DoomBuilder.Actions
// Update pressed keys
if (!repeat) pressedkeys.Add(strippedkey);
if (key == 0) {
return false;
}
// Add action to active list
Action[] acts = GetActionsByKey(key);
bool absorbed = acts.Length > 0;
......
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment