mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-02-07 12:31:00 +00:00
.
This commit is contained in:
parent
5e15db31ae
commit
d7e285bb8a
@ -105,8 +105,11 @@ LoadGameInfo
|
||||
dex
|
||||
bpl .convertSectionNoInc
|
||||
|
||||
jsr ParseKeyValueText ; parse [versions] section into versions store
|
||||
!word gVersionsStore
|
||||
; We are done converting the game info file.
|
||||
; Now handle the individual sections that require further parsing.
|
||||
|
||||
jsr ParseKeyValueText ; parse [versions] section into gVersionsStore
|
||||
!word gVersionsStore ; (this handle was initialized in LoadGlobalPreferences)
|
||||
!word addrVersions
|
||||
!byte 0
|
||||
|
||||
@ -115,7 +118,7 @@ LoadGameInfo
|
||||
lda SRC+1
|
||||
sta gOptionsStore+1
|
||||
|
||||
jsr ParseKeyValueText ; parse [options] section into options store
|
||||
jsr ParseKeyValueText ; parse [options] section into gOptionsStore
|
||||
!word gOptionsStore
|
||||
!word addrOptions
|
||||
!byte 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user