16 lines
358 B
C++
16 lines
358 B
C++
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
//=============================================================================//
|
|
#include "cbase.h"
|
|
#include "portal_shareddefs.h"
|
|
|
|
char *g_ppszPortalPassThroughMaterials[] =
|
|
{
|
|
"lights/light_orange001",
|
|
NULL,
|
|
};
|
|
|
|
int g_nPortal2PromoFlags = 0;
|