Debug action: crash the game
This commit is contained in:
@@ -66,6 +66,8 @@ cKey charToKey(char ch) {
|
||||
return {false, w('/'), mod_shift};
|
||||
case '~':
|
||||
return {false, w('`'), mod_shift};
|
||||
case '\\':
|
||||
return {false, w('\\'), mod_none};
|
||||
}
|
||||
throw std::string {"Tried to convert unsupported char '"} + ch + "' to cKey!";
|
||||
}
|
||||
|
Reference in New Issue
Block a user