summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-08-25 11:20:00 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-08-25 11:20:00 (GMT)
commite9331794bd463524c2161ebbc183c81d998431cb (patch)
tree38e11c8a1f74b361825e2db1cca2063eb334829e /includes
parent80e10460b87bc3d1f75626e013ca012c2f65039c (diff)
downloadpowder-e9331794bd463524c2161ebbc183c81d998431cb.zip
powder-e9331794bd463524c2161ebbc183c81d998431cb.tar.gz
Improvements to getscript
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