hl1_source_sdk
hl1_source_sdk copied to clipboard
Source SDK for Half-Life 1 (GoldSource)
Results
2
hl1_source_sdk issues
Sort by
recently updated
recently updated
newest added
``` public/tier0/threadtools.h:265:106: error: static assertion failed: Compile time assert constraint is not true: sizeof(T) == sizeof(long) 265 | CInterlockedIntT() : m_value( 0 ) { COMPILE_TIME_ASSERT( sizeof(T) == sizeof(long) ); }...