Perhaps there is a better implementation.
This commit is contained in:
Jason Felds
2011-06-10 21:20:26 -04:00
parent 465ed345db
commit 3123bbaea0
+1 -1
View File
@@ -1505,7 +1505,7 @@ public:
{
RString s = p->GetBackgroundPath();
if( s.empty() )
s = "";
return 0;
lua_pushstring(L, s);
return 1;
}