Make some Wages of War sprites displayable

This commit is contained in:
2020-06-01 01:43:03 +01:00
parent 4358951e15
commit 5c869fc33c
2 changed files with 6 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ func (a *AssetStore) Object(name string) (*Object, error) {
}
log.Printf("Loading object %v", name)
filename, err := a.lookup(name, "obj", "Obj")
filename, err := a.lookup(name, "obj", "Obj", "spr")
if err != nil {
return nil, err
}