mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-08 19:18:22 +00:00
Fixed GCC reorder warning in util_shared CountdownTimer.
This commit is contained in:
parent
64a37e1969
commit
5d4df73a21
@ -690,7 +690,7 @@ public:
|
|||||||
DECLARE_EMBEDDED_NETWORKVAR();
|
DECLARE_EMBEDDED_NETWORKVAR();
|
||||||
|
|
||||||
CountdownTimer( void ) :
|
CountdownTimer( void ) :
|
||||||
m_timestamp( -1.0f), m_duration( 0.0f )
|
m_duration( 0.0f ), m_timestamp( -1.0f)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user