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:
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user