mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-07 02:09:52 +03:00
fix some undefined behaviors
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
|
||||
for ( unsigned int littleBit=0; littleBit < 32; littleBit++ )
|
||||
StoreLittleDWord( &g_LittleBits[littleBit], 0, 1u<<littleBit );
|
||||
}
|
||||
}
|
||||
};
|
||||
static CBitWriteMasksInit g_BitWriteMasksInit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user