mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-24 03:56:34 +00:00
Cleanup file loading
This commit is contained in:
@@ -17,7 +17,6 @@ struct TpfEntry {
|
||||
|
||||
class gMod_FileLoader {
|
||||
std::string file_name;
|
||||
std::ifstream stream;
|
||||
const std::vector<uint8_t> TPF_PASSWORD{
|
||||
0x73, 0x2A, 0x63, 0x7D, 0x5F, 0x0A, 0xA6, 0xBD,
|
||||
0x7D, 0x65, 0x7E, 0x67, 0x61, 0x2A, 0x7F, 0x7F,
|
||||
|
||||
Reference in New Issue
Block a user