Initialized doubled.
This commit is contained in:
parent
4f191e684a
commit
db156a73e9
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ global int SpellRunesController(Missile *missile)
|
|||
*/
|
||||
global void InitSpells(void)
|
||||
{
|
||||
int z = 0;
|
||||
int z;
|
||||
|
||||
for( z=0; SpellTypeTable[z].Ident; ++z ) {
|
||||
#ifdef WITH_SOUND // FIXME: no ifdef orgie
|
||||
|
|
Loading…
Add table
Reference in a new issue