Enter in paths exits box now.

This commit is contained in:
n-a-c-h
2004-01-14 00:26:08 +00:00
parent ad9dd3d94a
commit c98b4e57d7

View File

@@ -1544,6 +1544,12 @@ GUIPathKeys:
ret
.notbackspace
cmp dh,13 ;Enter
jne .notenter
mov dword[GUIInputBox],0
ret
.notenter
;check if we're at the end
add ecx,dword[GUIInputLimit]
cmp eax,ecx