Skip to content

Commit

Permalink
make build_scen_headers use cdata
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Nov 16, 2024
1 parent 728ce65 commit 2bf4c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/boe.fileio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ std::vector<scen_header_type> build_scen_headers() {
for(scen_header_type header : scen_headers){
scen_names << header.file << std::endl;
}
record_action("build_scen_headers", scen_names.str());
record_action("build_scen_headers", scen_names.str(), true);
}
return scen_headers;
}
Expand Down

0 comments on commit 2bf4c91

Please sign in to comment.