Changeset 41158 for titan


Ignore:
Timestamp:
11/11/17 12:18:11 (6 years ago)
Author:
gost
Message:

[titan] frontenddev next fix cleaned up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/frontenddev.h

    r41157 r41158  
    635635                                        while(CharPtrTmp[found] != NULL)
    636636                                        {
    637                                                 if(CharPtrTmp[found]->feaktband != band && (CharPtrTmp[found]->felock != 0 || (flag >= 2 && CharPtrTmp[found]->felock == 0)))   
     637                                                if(CharPtrTmp[found]->feakttransponder != NULL && CharPtrTmp[found]->feaktband != band && (CharPtrTmp[found]->felock != 0 || (flag >= 2 && CharPtrTmp[found]->felock == 0)))   
    638638                                                {
    639639                                                        found = 99;
Note: See TracChangeset for help on using the changeset viewer.