changeset 93:aadcd5f7e9dc

Misc. cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Jul 2018 00:45:31 +0300
parents 4161d798cb64
children 6e74d45ea620
files multipaint.pde
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/multipaint.pde	Fri Jul 06 00:43:19 2018 +0300
+++ b/multipaint.pde	Fri Jul 06 00:45:31 2018 +0300
@@ -21,7 +21,7 @@
 final int COMMAND = 157; // Marq's cmd/ctrl solution
 
 int g_active, g_tooltrigger, g_prevtool;
-int g_rband, g_rbang, g_boxreconstruct, g_sorsaa, g_charlimit;
+int g_rband, g_rbang, g_boxreconstruct, g_charlimit;
 int g_animx, g_animy, g_animframes, g_animno, g_animtime, g_animspeed;
 int g_omag, g_bordh, g_bordv, g_keymacpos, g_dirty;
 
@@ -31,7 +31,7 @@
 
 String path = "", refpath = "", filename = "", sfilename = "",
     elename = "", refname = "",
-    g_exportext = "", g_exportname = "", g_keymacro = "";
+    g_name, g_exportext = "", g_exportname = "", g_keymacro = "";
 
 
 int[] g_r = new int[266];
@@ -59,7 +59,6 @@
 int[] g_magpix = new int[64];
 int[] g_magpiy = new int[64];
 
-
 byte g_realfront, g_realback;