1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-20 20:29:10 +00:00

Client Image Flag

This argument works just like it does in Guild Wars. It checks all the
files (using Cyan's evil "Internal" and "External" manifests) for changes.
Expect this to take a decent amount of time.
This commit is contained in:
2013-11-29 00:16:17 -05:00
parent a231b4db9d
commit e7ab709b52
2 changed files with 22 additions and 6 deletions

View File

@ -61,6 +61,7 @@ private:
enum Flags
{
kHaveSelfPatched = 1<<0,
kClientImage = 1<<1,
};
uint32_t fFlags;