<.< >.> Nobody saw that...

This commit is contained in:
Simon 2011-04-13 21:39:46 +01:00
parent f20bedd3de
commit 605c957955

View File

@ -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
#endif