mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-06 20:30:36 +08:00
Fix dedicated compiling errors
This commit is contained in:
@@ -2701,7 +2701,9 @@ qboolean Mod_LoadBmodelLumps( const byte *mod_base, qboolean isworld )
|
||||
if( isworld )
|
||||
{
|
||||
loadmodel = mod; // restore pointer to world
|
||||
#ifndef XASH_DEDICATED
|
||||
Mod_InitDebugHulls(); // FIXME: build hulls for separate bmodels (shells, medkits etc)
|
||||
#endif // XASH_DEDICATED
|
||||
}
|
||||
|
||||
for( i = 0; i < bmod->wadlist.count; i++ )
|
||||
|
||||
Reference in New Issue
Block a user