Changeset 231 for trunk/src/game/Unit.h

Show
Ignore:
Timestamp:
11/19/08 13:48:54 (17 years ago)
Author:
yumileroy
Message:

[svn] Add UNIT_STAT_CASTING, and use it to update attack timer as test.

Original author: megamage
Date: 2008-11-14 17:42:00-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/Unit.h

    r229 r231  
    364364    UNIT_STAT_ISOLATED        = 0x2000,                     // area auras do not affect other players 
    365365    UNIT_STAT_ATTACK_PLAYER   = 0x4000, 
     366    UNIT_STAT_CASTING         = 0x8000, 
    366367    UNIT_STAT_ALL_STATE       = 0xffff                      //(UNIT_STAT_STOPPED | UNIT_STAT_MOVING | UNIT_STAT_IN_COMBAT | UNIT_STAT_IN_FLIGHT) 
    367368};