Added terrain editing tool.

This commit is contained in:
Justin Marshall
2026-05-28 17:15:52 -07:00
parent 05d547a27b
commit e4c87fd5a4
91 changed files with 21538 additions and 199 deletions
+4
View File
@@ -366,7 +366,11 @@ void Dmap( const idCmdArgs &args ) {
// create the collision map
start = Sys_Milliseconds();
#if defined(PREY) || defined(QUAKE4)
collisionModelManager->LoadMap( dmapGlobals.dmapFile );
#else
collisionModelManager->LoadMap( dmapGlobals.dmapFile, true );
#endif
#ifdef QUAKE4
collisionModelManager->FreeMap(NULL);
#else