Coding in C++, using SDL.
Hey everyone, so I decided to clean up my code and make it neater (using classes for sprites, instead of just a crapton of variables and lines of code in main). I somehow lost control of my player, where I get the data from an event poll. Before I had one event poll...