Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3037


Ignore:
Timestamp:
May 24, 2009, 3:01:38 AM (15 years ago)
Author:
bknecht
Message:

minor fix so not all hell breaks loose if we do not use this function with lua

Location:
code/trunk/src/core
Files:
2 edited

Legend:

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

    r3036 r3037  
    131131    }
    132132
    133     const std::string& Game::getLevel()
     133    std::string Game::getLevel()
    134134    {
    135135        std::string levelName;
  • code/trunk/src/core/Game.h

    r3036 r3037  
    8686
    8787        void setLevel(std::string levelName); //tolua_export
    88         const std::string& getLevel(); //tolua_export
     88        std::string getLevel(); //tolua_export
    8989
    9090    private:
Note: See TracChangeset for help on using the changeset viewer.