mirror of
https://github.com/accelerator74/l4dtoolz.git
synced 2025-07-18 17:38:04 +08:00
Fix windows build
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#ifndef _INCLUDE_GAME_OFFSETS_
|
||||
#define _INCLUDE_GAME_OFFSETS_
|
||||
|
||||
#ifdef WIN32
|
||||
#if SH_SYS == SH_SYS_WIN32
|
||||
int maxplayers_offs = 138; // m_nMaxClientsLimit (in CGameServer::SetMaxClients)
|
||||
#if SOURCE_ENGINE == SE_LEFT4DEAD
|
||||
#include "l4d1_offsets_win32.h"
|
||||
|
Reference in New Issue
Block a user