- Fixed variable typo for creature xml code (by Buggler)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6726 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2014-01-02 10:07:08 +00:00
parent ac83a9600d
commit daa0a32335
+1 -1
View File
@@ -1447,7 +1447,7 @@ BOOLEAN PrepareCreaturesForBattle()
for (UINT8 i = 0; i < MAX_NUMBER_OF_CREATURE_SECTORS; i++)
{
INT16 sX = gCreaturePlacements[ giLairID ].sAttackSourceX;
INT16 sY = gCreaturePlacements[ giLairID ].sAttackSourceX;
INT16 sY = gCreaturePlacements[ giLairID ].sAttackSourceY;
UINT8 ubZ = 1;
if( sX == gCreaturePlacements[ giLairID ].Habitat[ i ].sX &&