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:
@ -111,8 +111,9 @@ struct bbox_t
|
||||
Vector maxs;
|
||||
};
|
||||
|
||||
struct CEntityIndex
|
||||
class CEntityIndex
|
||||
{
|
||||
public:
|
||||
CEntityIndex( int index )
|
||||
{
|
||||
_index = index;
|
||||
|
Reference in New Issue
Block a user