mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-19 08:52:34 +01:00
Fixed incompatibility introduced by cset a1b97ab6e0b1 (bug 5369).
This commit is contained in:
parent
a883459f16
commit
15d5b335c0
@ -48,14 +48,14 @@ enum
|
||||
#define SOURCE_ENGINE_ORANGEBOX 3 /**< Orange Box Source Engine (third major SDK) */
|
||||
#define SOURCE_ENGINE_LEFT4DEAD 4 /**< Left 4 Dead */
|
||||
#define SOURCE_ENGINE_DARKMESSIAH 5 /**< Dark Messiah Multiplayer (based on original engine) */
|
||||
#define SOURCE_ENGINE_CSS 6 /**< Counter-Strike: Source (sometimes older version of Orange Box Valve) */
|
||||
#define SOURCE_ENGINE_ORANGEBOXVALVE 7 /**< Orange Box Source Engine for Valve games (TF2/DOD:S/HL2DM) */
|
||||
#define SOURCE_ENGINE_LEFT4DEAD2 8 /**< Left 4 Dead 2 */
|
||||
#define SOURCE_ENGINE_ALIENSWARM 9 /**< Alien Swarm */
|
||||
#define SOURCE_ENGINE_BLOODYGOODTIME 10 /**< Bloody Good Time */
|
||||
#define SOURCE_ENGINE_EYE 11 /**< E.Y.E Divine Cybermancy */
|
||||
#define SOURCE_ENGINE_PORTAL2 12 /**< Portal 2 */
|
||||
#define SOURCE_ENGINE_CSGO 13 /**< Counter-Strike: Global Offensive */
|
||||
#define SOURCE_ENGINE_ORANGEBOXVALVE 6 /**< Orange Box Source Engine for Valve games (TF2/DOD:S/HL2DM) */
|
||||
#define SOURCE_ENGINE_LEFT4DEAD2 7 /**< Left 4 Dead 2 */
|
||||
#define SOURCE_ENGINE_ALIENSWARM 8 /**< Alien Swarm */
|
||||
#define SOURCE_ENGINE_BLOODYGOODTIME 9 /**< Bloody Good Time */
|
||||
#define SOURCE_ENGINE_EYE 10 /**< E.Y.E Divine Cybermancy */
|
||||
#define SOURCE_ENGINE_PORTAL2 11 /**< Portal 2 */
|
||||
#define SOURCE_ENGINE_CSGO 12 /**< Counter-Strike: Global Offensive */
|
||||
#define SOURCE_ENGINE_CSS 13 /**< Counter-Strike: Source (sometimes older version of Orange Box Valve) */
|
||||
|
||||
#define METAMOD_PLAPI_VERSION 15 /**< Version of this header file */
|
||||
#define METAMOD_PLAPI_NAME "ISmmPlugin" /**< Name of the plugin interface */
|
||||
|
Loading…
x
Reference in New Issue
Block a user