mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-05-13 16:00:14 -04:00
Fix -Wswitch
This commit is contained in:
@@ -273,6 +273,8 @@ ct_config_data lnxgameController::get_controller_value(ct_type type_req) {
|
||||
switch (type_req) {
|
||||
int pov_n;
|
||||
|
||||
case ctNone:
|
||||
break;
|
||||
case ctKey:
|
||||
val = makeword(0, ddio_KeyInKey());
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user