Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/s25main/Loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ void Loader::fillCaches()
if(!bob_carrier)
throw std::runtime_error("carrier not found");

libsiedler2::Archiv wine_bob_carrier = GetArchive("wine_bobs");
libsiedler2::Archiv& wine_bob_carrier = GetArchive("wine_bobs");

for(bool fat : {true, false})
{
Expand Down
Loading