Show
Ignore:
Timestamp:
11/22/08 01:55:20 (17 years ago)
Author:
yumileroy
Message:

Merge with 284 (54b0e67d97fe).

Original author: megamage
Date: 2008-11-21 19:49:54-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Player.cpp

    r283 r284  
    1895718957                target->AddThreat(this, 1000000.0f); 
    1895818958        } 
    18959         // Delete the assigned possessed AI 
    18960         ((Creature*)target)->DeletePossessedAI(); 
     18959        // Disable the assigned possessed AI 
     18960        ((Creature*)target)->DisablePossessedAI(); 
    1896118961    } 
    1896218962}