mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08:00
Correct CBaseIntHandle alignment
This commit is contained in:
@ -472,7 +472,7 @@ struct interval_t
|
||||
|
||||
// Typesafe 8-bit and 16-bit handles.
|
||||
template< class HandleType >
|
||||
class ALIGN8 CBaseIntHandle
|
||||
class CBaseIntHandle
|
||||
{
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user