From aaf847bf8454c47fcec29aae9dcf98887f3bb8c3 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 17 Apr 2026 16:46:05 +0200 Subject: [PATCH] CLI option -viz now disables the keyboard information --- commandline.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/commandline.cpp b/commandline.cpp index 9cea29fb..455029f1 100644 --- a/commandline.cpp +++ b/commandline.cpp @@ -312,6 +312,7 @@ int arg::readCommon() { clearMessages(); nohud = true; mapeditor::drawplayer = false; + no_find_player = true; } else if(argis("-vizhr")) {