Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 28, 2006, 9:11:54 PM (18 years ago)
Author:
bottac
Message:

Started to move collision detection / reaction to the new interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/single_player_map/src/lib/shell/shell_command.cc

    r8350 r8887  
    373373    else
    374374    {
    375       delete this->completors[parameter];
     375      if(this->completors[parameter] == NULL)
     376      //delete this->completors[parameter];
    376377      this->completors[parameter] = completorPlugin.clone();
    377378    }
Note: See TracChangeset for help on using the changeset viewer.