summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-04-13 20:39:46 (GMT)
committer Simon <simon@hardwired.org.uk>2011-04-13 20:39:46 (GMT)
commit605c9579552f1e0a7a868ccfd15761bcdb407cbb (patch)
tree24f87133bd47e3e0157df5750f362d6943924fd8 /src
parentf20bedd3dea9b6cab23d60412290af0f97b02d49 (diff)
downloadpowder-605c9579552f1e0a7a868ccfd15761bcdb407cbb.zip
powder-605c9579552f1e0a7a868ccfd15761bcdb407cbb.tar.gz
<.< >.> Nobody saw that...
Diffstat (limited to 'src')
-rw-r--r--src/main.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c
index a1236a2..b00f199 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2873,12 +2873,6 @@ int main(int argc, char *argv[])
bsy = 1180;
if (bsy<0)
bsy = 0;
-
- memcpy(mmapx_o, mmapx, sizeof(mmapx));
- memcpy(mmapy_o, mmapy, sizeof(mmapy));
-
- memset(mmapx, 0, sizeof(mmapx));
- memset(mmapy, 0, sizeof(mmapy));
update_particles(vid_buf); //update everything
draw_parts(vid_buf); //draw particles
@@ -4429,4 +4423,4 @@ int main(int argc, char *argv[])
#endif
return 0;
}
-#endif \ No newline at end of file
+#endif