mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-22 04:31:15 +00:00
Remove all client/server gamepak checks
We don't use any gamepaks anymore, remove the related checks.
This commit is contained in:
parent
22c8120b56
commit
b992d117f0
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ typedef enum {
|
||||||
PURE_OK, // we are good to connect as-is
|
PURE_OK, // we are good to connect as-is
|
||||||
PURE_RESTART, // restart required
|
PURE_RESTART, // restart required
|
||||||
PURE_MISSING, // pak files missing on the client
|
PURE_MISSING, // pak files missing on the client
|
||||||
PURE_NODLL // no DLL could be extracted
|
|
||||||
} fsPureReply_t;
|
} fsPureReply_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Reference in a new issue