misc changes
This commit is contained in:
parent
e681d155d9
commit
553fa56442
9 changed files with 86 additions and 100 deletions
|
@ -129,7 +129,7 @@ Chunk_With_BMPs::Chunk_With_BMPs (Chunk_With_Children * parent, const char * con
|
|||
|
||||
bdata += 4;
|
||||
|
||||
for (int i=0; i<num; i++)
|
||||
for (int j=0; j<num; j++)
|
||||
{
|
||||
int f,i,d1,d2,d3;
|
||||
|
||||
|
|
|
@ -18,8 +18,7 @@
|
|||
#endif
|
||||
|
||||
/* globals from inline.h */
|
||||
int sqrt_temp1;
|
||||
int sqrt_temp2;
|
||||
int sqrt_temp;
|
||||
float fti_fptmp;
|
||||
int fti_itmp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue