Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7406


Ignore:
Timestamp:
Sep 11, 2010, 2:50:21 PM (14 years ago)
Author:
dafrick
Message:

Fixing so that libobjects is loaded again…

Location:
code/trunk/src/modules/objects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/objects/Script.cc

    r7404 r7406  
    4242    /*static*/ const std::string Script::NORMAL = "normal";
    4343    /*static*/ const std::string Script::LUA = "lua";
     44    /*static*/ const int Script::INF = -1;
    4445
    4546    /**
  • code/trunk/src/modules/objects/Script.h

    r7404 r7406  
    129129            static const std::string NORMAL;
    130130            static const std::string LUA;
    131             static const int INF = -1;
     131            static const int INF;
    132132
    133133            std::string code_; //!< The code that is executed by this Script.
Note: See TracChangeset for help on using the changeset viewer.