Silly mouse behaviour removed, ported the binary config file handling code to C.
This commit is contained in:
@@ -102,7 +102,9 @@ NEWSYM SystemInit
|
||||
mov ebx,InitDir
|
||||
call Change_Dir
|
||||
|
||||
pushad
|
||||
call GUIRestoreVars ; Load GUI stuff
|
||||
popad
|
||||
call getcfg ; Load cfg stuff
|
||||
call obtaindir ; Get Save/Init Directories
|
||||
call ConvertJoyMap ; Mini joystick init
|
||||
@@ -124,7 +126,9 @@ NEWSYM createnewcfg
|
||||
call DOScreatenewcfg
|
||||
ret
|
||||
NEWSYM GUISaveVars
|
||||
pushad
|
||||
call ExecGUISaveVars
|
||||
popad
|
||||
ret
|
||||
|
||||
; Allocate memory - see allocptr in ui.asm for details on what to allocate
|
||||
|
||||
Reference in New Issue
Block a user