diff options
| author | Simon 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) |
| commit | e9331794bd463524c2161ebbc183c81d998431cb (patch) | |
| tree | 38e11c8a1f74b361825e2db1cca2063eb334829e /includes/luaconsole.h | |
| parent | 80e10460b87bc3d1f75626e013ca012c2f65039c (diff) | |
| download | powder-e9331794bd463524c2161ebbc183c81d998431cb.zip powder-e9331794bd463524c2161ebbc183c81d998431cb.tar.gz | |
Improvements to getscript
Diffstat (limited to 'includes/luaconsole.h')
| -rw-r--r-- | includes/luaconsole.h | 2 |
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 |
