diff options
-rw-r--r-- | core/parseconfig.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/parseconfig.inc b/core/parseconfig.inc index 2fb26fdd..fcf18d9c 100644 --- a/core/parseconfig.inc +++ b/core/parseconfig.inc @@ -22,6 +22,7 @@ ; pc_default: cmp ax,[DefaultLevel] jb .skip + mov [DefaultLevel],ax mov di,default_cmd call getline mov byte [di-1],0 ; null-terminate |