Ignore:
Timestamp:
09/28/03 13:55:57 (9 years ago)
Author:
jamesoff
Message:

fixed not using new abstracts right

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/system.tcl

    r303 r304  
    185185  global randomAways bMotionInfo bMotionSettings 
    186186 
    187   set awayReason [pickRandom $randomAways] 
     187  set awayReason [bMotion_abstract_get "randomAways"] 
    188188  foreach channel $bMotionInfo(randomChannels) { 
    189189    if {[lsearch $bMotionSettings(noAwayFor) $channel] == -1} { 
Note: See TracChangeset for help on using the changeset viewer.