1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-07-26 11:24:38 -04: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, VsyncEnabled: true,
SfxVolume: defaultSfxVolume, SfxVolume: defaultSfxVolume,
BgmVolume: defaultBgmVolume, BgmVolume: defaultBgmVolume,
MpqPath: "C:/Program files (x86)/Diablo II", MpqPath: "C:/Program Files (x86)/Diablo II",
Backend: "Ebiten", Backend: "Ebiten",
MpqLoadOrder: []string{ MpqLoadOrder: []string{
"patch_d2.mpq", "patch_d2.mpq",