diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-07-16 18:35:28 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-07-16 18:35:28 +0000 |
| commit | c4373df7fe6798c027655b46e408b73b8476a3a3 (patch) | |
| tree | 070b89c6e5b0338812b1886d76273eec7afb2e48 /src/game/client | |
| parent | 73ab25d35983d7a30808ba9e7a996732194ed6bf (diff) | |
| download | zcatch-c4373df7fe6798c027655b46e408b73b8476a3a3.tar.gz zcatch-c4373df7fe6798c027655b46e408b73b8476a3a3.zip | |
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/menu.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/client/menu.cpp b/src/game/client/menu.cpp index ff1d1125..d90e5039 100644 --- a/src/game/client/menu.cpp +++ b/src/game/client/menu.cpp @@ -360,9 +360,6 @@ int ui_do_edit_box(void *id, float x, float y, float w, float h, char *str, int int k = input::last_key(); int len = strlen(str); - if (c) - dbg_msg("menu", "c: %i", c); - if (c >= 32 && c < 128) { if (len < str_size - 1) |