mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Add ter_crater command
This commit is contained in:
parent
06f4980ee1
commit
2b43ebfca4
2 changed files with 4 additions and 0 deletions
|
@ -1404,6 +1404,8 @@ void R_Register( void )
|
|||
//
|
||||
|
||||
r_showSkeleton = ri.Cvar_Get("r_showSkeleton", "0", CVAR_CHEAT);
|
||||
|
||||
ri.Cmd_AddCommand( "ter_crater", R_TerrainCrater_f );
|
||||
}
|
||||
|
||||
void R_InitExtensions() {
|
||||
|
|
|
@ -2151,6 +2151,8 @@ void R_TerrainPrepareFrame();
|
|||
qboolean R_TerrainHeightForPoly(cTerraPatchUnpacked_t* pPatch, polyVert_t* pVerts, int nVerts);
|
||||
void R_SwapTerraPatch(cTerraPatch_t* pPatch);
|
||||
|
||||
void R_TerrainCrater_f(void);
|
||||
|
||||
/*
|
||||
=============================================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue