diff options
| author | Phil <cracker642@gmail.com> | 2010-09-11 22:15:07 (GMT) |
|---|---|---|
| committer | Phil <cracker642@gmail.com> | 2010-09-11 22:15:07 (GMT) |
| commit | e5e6006bc86e75a5d075fdccb3c1719352185bfc (patch) | |
| tree | dfe98e29a85245f20d643a4cb5048dbaffab4b76 /main.c | |
| parent | a20e247674b7ceb210c2d9e1335cd90d8d4a547c (diff) | |
| download | powder-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
