This commit is contained in:
parent
eca1eef5d1
commit
c43a8b7c9c
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ CNpcEnemy *CNpcEnemy::Create(sThingActor *ThisActor)
|
||||||
|
|
||||||
NPC_UNIT_TYPE enemyType = CNpcEnemy::getTypeFromMapEdit( ThisActor->Type );
|
NPC_UNIT_TYPE enemyType = CNpcEnemy::getTypeFromMapEdit( ThisActor->Type );
|
||||||
|
|
||||||
//!!!!!! Sort you life out charles - Unhappy Dave
|
//!!!!!! Sort you code out charles - Unhappy Dave
|
||||||
if (enemyType==14)
|
if (enemyType==14)
|
||||||
{
|
{
|
||||||
enemyType=CNpcEnemy::NPC_SMALL_JELLYFISH_1;
|
enemyType=CNpcEnemy::NPC_SMALL_JELLYFISH_1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue