initialize noise1

This commit is contained in:
Bill Currie 2003-04-22 01:37:13 +00:00
parent 9ff240e277
commit f842d98964

View file

@ -132,6 +132,7 @@ GDT_InitSmokeParticleTexture (void)
float dx, dy2;
int x, y, c;
memset (noise1, 0, sizeof (noise1));
noise_plasma (&noise1[0][0], 32);
noise_diamondsquare (&noise2[0][0], 32, 4);
for (y = 0; y < 32; y++) {