1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Few minor fixes

This commit is contained in:
GAMMACASE
2023-10-01 17:27:56 +03:00
parent 05a5907e05
commit 6fd990f46b
4 changed files with 5 additions and 4 deletions

View File

@ -111,8 +111,9 @@ struct bbox_t
Vector maxs;
};
struct CEntityIndex
class CEntityIndex
{
public:
CEntityIndex( int index )
{
_index = index;