summaryrefslogtreecommitdiff
path: root/includes/luaconsole.h
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/luaconsole.h
parent80e10460b87bc3d1f75626e013ca012c2f65039c (diff)
downloadpowder-e9331794bd463524c2161ebbc183c81d998431cb.zip
powder-e9331794bd463524c2161ebbc183c81d998431cb.tar.gz
Improvements to getscript
Diffstat (limited to 'includes/luaconsole.h')
-rw-r--r--includes/luaconsole.h2
1 files changed, 1 insertions, 1 deletions
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