mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-31 14:39:19 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
@@ -24,17 +24,16 @@ class CStringTableSaveRestoreOps;
|
||||
#define MAX_MATERIAL_STRINGS ( 1 << MAX_MATERIAL_STRING_BITS )
|
||||
#define OVERLAY_MATERIAL_INVALID_STRING ( MAX_MATERIAL_STRINGS - 1 )
|
||||
|
||||
#define MAX_CHOREO_SCENES_STRING_BITS 12
|
||||
#define MAX_CHOREO_SCENES_STRING_BITS 13
|
||||
#define MAX_CHOREO_SCENES_STRINGS ( 1 << MAX_CHOREO_SCENES_STRING_BITS )
|
||||
#define CHOREO_SCENES_INVALID_STRING ( MAX_CHOREO_SCENES_STRINGS - 1 )
|
||||
|
||||
#define MAX_PARTICLESYSTEMS_STRING_BITS 11
|
||||
#define MAX_PARTICLESYSTEMS_STRING_BITS 10
|
||||
#define MAX_PARTICLESYSTEMS_STRINGS ( 1 << MAX_PARTICLESYSTEMS_STRING_BITS )
|
||||
#define PARTICLESYSTEMS_INVALID_STRING ( MAX_PARTICLESYSTEMS_STRINGS - 1 )
|
||||
|
||||
extern INetworkStringTableContainer *networkstringtable;
|
||||
extern INetworkStringTable *g_pStringTableVguiScreen;
|
||||
extern INetworkStringTable *g_pStringTableEffectDispatch;
|
||||
extern INetworkStringTable *g_pStringTableClientSideChoreoScenes;
|
||||
|
||||
#define MAX_INFOPANEL_STRINGS 128
|
||||
|
||||
Reference in New Issue
Block a user