Skip to content

Commit

Permalink
Merge pull request #129 from BenVlodgi/dev
Browse files Browse the repository at this point in the history
PR 14
  • Loading branch information
TeamSpen210 committed Dec 4, 2015
2 parents 4df9485 + 78bd9a7 commit f4741e2
Show file tree
Hide file tree
Showing 10 changed files with 1,098 additions and 187 deletions.
4 changes: 4 additions & 0 deletions src/BEE2.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ if __name__ == '__main__':
'log_missing_styles': '0',
# Print message for items that are missing ent_count values
'log_missing_ent_count': '0',
# Warn if a file is missing that a packfile refers to
'log_incorrect_packfile': '0',
},
}
loadScreen.main_loader.set_length('UI', 14)
Expand Down Expand Up @@ -92,6 +94,8 @@ if __name__ == '__main__':
'Debug', 'log_missing_styles'),
log_missing_ent_count=GEN_OPTS.get_bool(
'Debug', 'log_missing_ent_count'),
log_incorrect_packfile=GEN_OPTS.get_bool(
'Debug', 'log_incorrect_packfile'),
)
UI.load_packages(pack_data)
print('Done!')
Expand Down
Loading

0 comments on commit f4741e2

Please sign in to comment.