Skip to content

Commit

Permalink
Fixed a bug where "autodestroy_sound." config overwrites "sound." config
Browse files Browse the repository at this point in the history
Addresses Ruin0x11/ElonaPlusCustom-GX/Ruin0x11#140
  • Loading branch information
JianmengYu committed May 20, 2023
1 parent ee3f15e commit 77e55b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 2.05-custom-gx/init.hsp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#define cfgRead(%1,%2,%3=nullstr) \
if instr(s,0,%1)!-1{ %c\
if instr(s,1,%1)!-1:break %c\
i=0:p=0 %c\
repeat %c\
p(2)=instr(s,p,"\"") : if p(2)=-1:break %c\
Expand Down

0 comments on commit 77e55b7

Please sign in to comment.