1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-01-13 04:46:38 -05:00

revert windows path string

This commit is contained in:
gravestench 2021-03-30 11:13:45 -07:00
parent 91209fd540
commit b155f970df

View File

@ -20,7 +20,7 @@ func DefaultConfig() *Configuration {
VsyncEnabled: true,
SfxVolume: defaultSfxVolume,
BgmVolume: defaultBgmVolume,
MpqPath: "C:/Program files (x86)/Diablo II",
MpqPath: "C:/Program Files (x86)/Diablo II",
Backend: "Ebiten",
MpqLoadOrder: []string{
"patch_d2.mpq",