summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/defines.h3
-rw-r--r--includes/luaconsole.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/includes/defines.h b/includes/defines.h
index ba3abd9..eab94fd 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -16,9 +16,12 @@
#define IDENT_VERSION "G" //Change this if you're not Simon! It should be a single letter.
#define SERVER "powdertoy.co.uk"
+#define SCRIPTSERVER "powdertoy.co.uk"
#define LOCAL_SAVE_DIR "Saves"
+#define LOCAL_LUA_DIR "Lua"
+
#define THUMB_CACHE_SIZE 256
#ifndef M_PI
diff --git a/includes/luaconsole.h b/includes/luaconsole.h
index 805a540..b80dead 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -73,5 +73,5 @@ int luatpt_heat(lua_State* l);
int luatpt_setfire(lua_State* l);
int luatpt_setdebug(lua_State* l);
int luatpt_setfpscap(lua_State* l);
-int luatpt_getscriptid(lua_State* l);
+int luatpt_getscript(lua_State* l);
#endif