summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorCracker64 <cracker642@gmail.com>2010-12-03 05:13:00 (GMT)
committer Cracker64 <cracker642@gmail.com>2010-12-03 05:13:00 (GMT)
commit01a2dcaf419b207702d959a5016107674c636325 (patch)
tree0d02d0dc687ca7442b5e6ed8c4e9ed91972e5743 /src/main.c
parent25ac5e7a660485ab4417c6b343f96fb03a930fb1 (diff)
downloadpowder-01a2dcaf419b207702d959a5016107674c636325.zip
powder-01a2dcaf419b207702d959a5016107674c636325.tar.gz
lots and lots of small changes/fixes. fixed typo for water movement, made parts_avg kinda better? electronics still work.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 63765f2..05e4bc1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1024,8 +1024,8 @@ int main(int argc, char *argv[])
int vs = 0;
#endif
int x, y, b = 0, sl=1, sr=0, su=0, c, lb = 0, lx = 0, ly = 0, lm = 0;//, tx, ty;
- int da = 0, db = 0, it = 2047, mx, my;
- float nfvx, nfvy, bsx = 2, bsy = 2;
+ int da = 0, db = 0, it = 2047, mx, my, bsx = 2, bsy = 2;
+ float nfvx, nfvy;
int load_mode=0, load_w=0, load_h=0, load_x=0, load_y=0, load_size=0;
void *load_data=NULL;
pixel *load_img=NULL;//, *fbi_img=NULL;