mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
Initialize local variable
This commit is contained in:
@@ -3730,7 +3730,7 @@ BOOLEAN LoadAnimationStateInstructions( )
|
|||||||
}
|
}
|
||||||
|
|
||||||
//ddd Trick for loading more than 320 animation files (?)
|
//ddd Trick for loading more than 320 animation files (?)
|
||||||
UINT16 fuckTheBoundz[320][100];
|
UINT16 fuckTheBoundz[320][100] {};
|
||||||
|
|
||||||
//Read in block
|
//Read in block
|
||||||
//if ( !FileRead( hFile, gusAnimInst, sizeof( gusAnimInst ), &uiBytesRead ) ) //commentet by ddd
|
//if ( !FileRead( hFile, gusAnimInst, sizeof( gusAnimInst ), &uiBytesRead ) ) //commentet by ddd
|
||||||
|
|||||||
Reference in New Issue
Block a user