summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptInterface.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-07-18 19:40:32 (GMT)
committer jacob1 <jfu614@gmail.com>2013-07-18 19:40:32 (GMT)
commitf56a2f60008adb1328f841aa67cc27beb0a3d271 (patch)
tree38f7239b1b22f1d60173095d41216226a412a4e7 /src/cat/LuaScriptInterface.h
parentcc887995c0881d728e13fbdfe0757e0fa256bce0 (diff)
downloadpowder-f56a2f60008adb1328f841aa67cc27beb0a3d271.zip
powder-f56a2f60008adb1328f841aa67cc27beb0a3d271.tar.gz
add back replace mode and specific delete. Activated with insert key / delete key, use ctrl+alt click to select what to use for the checks
Diffstat (limited to 'src/cat/LuaScriptInterface.h')
-rw-r--r--src/cat/LuaScriptInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat/LuaScriptInterface.h b/src/cat/LuaScriptInterface.h
index 298385f..eda6832 100644
--- a/src/cat/LuaScriptInterface.h
+++ b/src/cat/LuaScriptInterface.h
@@ -46,7 +46,7 @@ class TPTScriptInterface;
class LuaScriptInterface: public CommandInterface
{
int luacon_mousex, luacon_mousey, luacon_mousebutton, luacon_brushx, luacon_brushy;
- std::string luacon_selectedl, luacon_selectedr, luacon_selectedalt;
+ std::string luacon_selectedl, luacon_selectedr, luacon_selectedalt, luacon_selectedreplace;
bool luacon_mousedown;
bool currentCommand;
TPTScriptInterface * legacy;