summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorPhil <cracker642@gmail.com>2010-09-11 22:15:07 (GMT)
committer Phil <cracker642@gmail.com>2010-09-11 22:15:07 (GMT)
commite5e6006bc86e75a5d075fdccb3c1719352185bfc (patch)
treedfe98e29a85245f20d643a4cb5048dbaffab4b76 /main.c
parenta20e247674b7ceb210c2d9e1335cd90d8d4a547c (diff)
downloadpowder-e5e6006bc86e75a5d075fdccb3c1719352185bfc.zip
powder-e5e6006bc86e75a5d075fdccb3c1719352185bfc.tar.gz
Added element type eraser, right click on the menu section to delete and then on the eraser button. the type to erase will have a light blue box
also added two wires, PWPO and PWNE purely for no reason, pressure sensitive wires, just ignore them unless you like it.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index b9d188f..15eed7c 100644
--- a/main.c
+++ b/main.c
@@ -1029,7 +1029,7 @@ int main(int argc, char *argv[])
#ifdef INTERNAL
int vs = 0;
#endif
- int x, y, b = 0, sl=1, sr=0,su=0,psr=0, c, lb = 0, lx = 0, ly = 0, lm = 0;//, tx, ty;
+ int x, y, b = 0, sl=1, sr=0,su=0,psr=-1, c, lb = 0, lx = 0, ly = 0, lm = 0;//, tx, ty;
int da = 0, db = 0, it = 2047, mx, my, bs = 2;
float nfvx, nfvy;
int load_mode=0, load_w=0, load_h=0, load_x=0, load_y=0, load_size=0;