This commit is contained in:
Jakob Fries 2007-07-16 18:35:28 +00:00
parent 73ab25d359
commit c4373df7fe
2 changed files with 6 additions and 9 deletions

View file

@ -19274,7 +19274,9 @@
0.000000
0.000000
0.000000
-0.060000
0.000000
-0.050000
0.000000
0.000000
0.000000
@ -19282,6 +19284,7 @@
0.000000
0.000000
0.000000
-0.060000
0.000000
0.000000
0.000000
@ -19526,6 +19529,7 @@
0.000000
0.000000
0.000000
0.010000
0.000000
0.000000
0.000000
@ -20037,12 +20041,8 @@
0.000000
0.000000
0.000000
0.000000
0.000000
0.000000
0.000000
0.000000
0.000000
0.010000
-0.010000
0.000000
0.000000
0.000000

View file

@ -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)