Silly mouse behaviour removed, ported the binary config file handling code to C.

This commit is contained in:
grinvader
2005-05-31 17:37:50 +00:00
parent 8dcef02eea
commit ad2f191c9a
10 changed files with 159 additions and 157 deletions

View File

@@ -107,7 +107,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
@@ -129,7 +131,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