From ecc9fa8cee890efc3dba0875c426a3c3a2fb9b07 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 14 May 2014 14:32:49 +1000 Subject: Display LSL script names instead of lengthy paths and UUIDs. --- src/LuaSL/LuaSL.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/LuaSL/LuaSL.h') diff --git a/src/LuaSL/LuaSL.h b/src/LuaSL/LuaSL.h index 175cebf..d43d6cd 100644 --- a/src/LuaSL/LuaSL.h +++ b/src/LuaSL/LuaSL.h @@ -38,6 +38,7 @@ struct _script gameGlobals *game; char SID[PATH_MAX]; char fileName[PATH_MAX]; + char *name; lua_State *L; struct timeval startTime; float timerTime; -- cgit v1.1