do not render light radii in doom3 mode

This commit is contained in:
Garux
2018-03-01 14:52:13 +03:00
parent 74e101c7ba
commit c182b48fee
2 changed files with 37 additions and 35 deletions

View File

@@ -94,7 +94,7 @@ typedef EntityCreator Type;
STRING_CONSTANT( Name, "quake" );
EntityQ1API(){
Entity_Construct( eGameTypeQuake1);
Entity_Construct( eGameTypeQuake1 );
m_entityq1 = &GetEntityCreator();