mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:07:43 +00:00
DataSpec: Be explicit about athena's SeekOrigin type
Allows code to still function properly if the enum is changed into an enum class.
This commit is contained in:
@@ -1264,7 +1264,7 @@ struct SpecMP1 : SpecBase {
|
||||
|
||||
void writePakFileIndex(athena::io::FileWriter& w, const std::vector<urde::SObjectTag>& tags,
|
||||
const std::vector<std::tuple<size_t, size_t, bool>>& index, atUint64 resTableOffset) override {
|
||||
w.seek(resTableOffset, athena::Begin);
|
||||
w.seek(resTableOffset, athena::SeekOrigin::Begin);
|
||||
|
||||
auto it = tags.begin();
|
||||
for (const auto& item : index) {
|
||||
|
||||
Reference in New Issue
Block a user