Initialize local variable

This commit is contained in:
Asdow
2025-11-19 21:11:19 +02:00
parent 413eaa08fb
commit d85643b895
+1 -1
View File
@@ -3730,7 +3730,7 @@ BOOLEAN LoadAnimationStateInstructions( )
}
//ddd Trick for loading more than 320 animation files (?)
UINT16 fuckTheBoundz[320][100];
UINT16 fuckTheBoundz[320][100] {};
//Read in block
//if ( !FileRead( hFile, gusAnimInst, sizeof( gusAnimInst ), &uiBytesRead ) ) //commentet by ddd