Make everything display correctly on the main game screen

This commit is contained in:
2014-04-13 19:03:38 -04:00
parent 41c043ec27
commit 2a3b275259
7 changed files with 53 additions and 40 deletions

View File

@@ -104,7 +104,7 @@ void draw_one_terrain_spot (short i,short j,short terrain_to_draw) ////
return;
}
terrain_there[i][j] = 300;
fill_rect(terrain_screen_gworld, where_draw, sf::Color::White);
fill_rect(terrain_screen_gworld, where_draw, sf::Color::Black);
return;
}
////