diff --git a/dlls/engine/engine.dsp b/dlls/engine/engine.dsp index 7f227f0c..1c0906b1 100755 --- a/dlls/engine/engine.dsp +++ b/dlls/engine/engine.dsp @@ -106,12 +106,20 @@ SOURCE=.\engine.h # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # Begin Source File -SOURCE=.\engine.inc -# End Source File -# Begin Source File - SOURCE=.\engine_amx.def # End Source File # End Group +# Begin Source File + +SOURCE=..\plugins\include\engine.inc +# End Source File +# Begin Source File + +SOURCE=..\plugins\include\engine_const.inc +# End Source File +# Begin Source File + +SOURCE=..\plugins\include\engine_stocks.inc +# End Source File # End Target # End Project diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index d4362d8f..d223e6c3 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -210,7 +210,7 @@ forward client_PostThink(id); forward client_impulse(id, impulse); //from jghg2 -/* As above, but returns number of ents stored in entlist. Use to find a specific type of entity classname (specify in _lookforclassname) around a +/* Returns number of ents stored in entlist. Use to find a specific type of entity classname (specify in _lookforclassname) around a * certain entity specified in aroundent. All matching ents are stored in entlist. Specify max amount of entities to find in maxents. * If aroundent is 0 its origin is not used, but origin in 6th parameter. Ie, do not specify 6th parameter (origin) if you specified an entity * in aroundent.