Remove all client/server gamepak checks

We don't use any gamepaks anymore, remove the related checks.
This commit is contained in:
dhewg 2012-07-03 23:05:24 +02:00 committed by Daniel Gibson
parent 22c8120b56
commit b992d117f0

View file

@ -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 {