summaryrefslogtreecommitdiff
path: root/client/ui_dirc.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-06-07 23:46:48 +0200
committerlonkaars <loek@pipeframe.xyz>2022-06-07 23:46:48 +0200
commit0d3c52e49dc34344f335fd6d7b214592723cbc93 (patch)
tree36c8b974556a5ee3c955549131ac3858208d373b /client/ui_dirc.c
parentc88c7c7c6e6c687c3d8170cb07a467aa3c4d7f48 (diff)
implemented obstacle detection
Diffstat (limited to 'client/ui_dirc.c')
-rw-r--r--client/ui_dirc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/ui_dirc.c b/client/ui_dirc.c
index e2da863..db91661 100644
--- a/client/ui_dirc.c
+++ b/client/ui_dirc.c
@@ -98,10 +98,6 @@ void w2_ui_onkey_dirc(int ch) {
if (ch == 'q' || ch == 'w') g_w2_rf++;
if (ch == 'a' || ch == 's') g_w2_rb++;
if (ch == ' ') w2_send_mode(W2_M_DIRC);
-
- char buf[32];
- sprintf(buf, "er is iets fout, %02x", ch);
- w2_errcatch_throw_msg(0x69, 32, buf);
}
void w2_ui_tab_dirc(bool first) {