Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1771 for code/trunk


Ignore:
Timestamp:
Sep 11, 2008, 6:16:18 PM (16 years ago)
Author:
scheusso
Message:

set use tcl in shell to default true again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/CommandExecutor.h

    r1765 r1771  
    4444    {
    4545        public:
    46             static bool execute(const std::string& command, bool useTcl = false); // tolua_export
     46            static bool execute(const std::string& command, bool useTcl = true); // tolua_export
    4747            static std::string complete(const std::string& command);
    4848            static std::string hint(const std::string& command);
Note: See TracChangeset for help on using the changeset viewer.