Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Forgot to commit resource paths (#85)
Browse files Browse the repository at this point in the history
* Fixed LevelTypes load
* Update ResourcePaths.go
  • Loading branch information
essial committed Nov 4, 2019
1 parent c32c247 commit c846984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ResourcePaths/ResourcePaths.go
Expand Up @@ -162,7 +162,7 @@ const (
StringTable = "/data/local/lng/{LANG}/string.tbl"
PatchStringTable = "/data/local/lng/{LANG}/patchstring.tbl"
LevelPreset = "/data/global/excel/LvlPrest.txt"
LevelType = "/data/global/excel/LvlTypes.bin"
LevelType = "/data/global/excel/LvlTypes.txt"
ObjectType = "/data/global/excel/objtype.bin"
LevelWarp = "/data/global/excel/LvlWarp.bin"
LevelDetails = "/data/global/excel/Levels.bin"
Expand Down

0 comments on commit c846984

Please sign in to comment.