Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1765


Ignore:
Timestamp:
Sep 10, 2008, 1:12:16 PM (16 years ago)
Author:
rgrieder
Message:

temporarily disable use of tcl. There is something wrong with it on linux.

File:
1 edited

Legend:

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

    r1755 r1765  
    4444    {
    4545        public:
    46             static bool execute(const std::string& command, bool useTcl = true); // tolua_export
     46            static bool execute(const std::string& command, bool useTcl = false); // 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.