Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 19, 2009, 2:58:24 PM (16 years ago)
Author:
rgrieder
Message:

Reverted TclThreadManager commits to make a tag (there's possibly still an unresolved issue with the TclThreadManager under linux when terminating the game (mutex assert)).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/IRC.cc

    r3307 r3313  
    5353    {
    5454        unsigned int threadID = IRC_TCL_THREADID;
    55         this->interpreter_ = TclThreadManager::createWithId(threadID);
     55        TclThreadManager::createID(threadID);
     56        this->interpreter_ = TclThreadManager::getInstance().getTclInterpreter(threadID);
    5657
    5758        try
Note: See TracChangeset for help on using the changeset viewer.