diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-06 11:55:04 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2015-10-06 11:55:04 -0400 |
commit | 1bc1c3baf833a62720d4df67d7d37ebc74d1395d (patch) | |
tree | d19e966de0139dd5467d67da04613ed0f0d7c583 /main.cpp | |
parent | 66bdd492971199bac94511320be53ae6a834e7d8 (diff) |
Updated Textures
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -64,7 +64,7 @@ int main(int argc, char *argv[]){ if( music == NULL ){ printf( "Failed to load beat music! SDL_mixer Error: %s\n", Mix_GetError() ); } - Mix_PlayMusic( music, -1 ); + //Mix_PlayMusic( music, -1 ); @@ -188,7 +188,7 @@ void render(){ **************************/ currentWorld->draw(&player->loc); // Draw the world around the player - glColor3ub(0,0,0); + glColor3ub(255,255,255); player->near=true; player->draw(); // Draw the player player->inv->draw(); |