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

SkipLoginDialog -- forgot to implement this one

This commit is contained in:
2014-01-19 14:45:05 -05:00
parent d7aa9ac17c
commit 5021438dd7
2 changed files with 9 additions and 3 deletions

View File

@ -63,8 +63,9 @@ private:
{
kHaveSelfPatched = 1<<0,
kClientImage = 1<<1,
kGameDataOnly = (1<<2),
kGameDataOnly = 1<<2,
kPatchOnly = 1<<3,
kSkipLoginDialog = 1<<4,
kRepairGame = kHaveSelfPatched | kClientImage | kGameDataOnly,
};