remove some unused variables and fix a small comment typo in my previous commit

This commit is contained in:
Mark de Wever 2007-05-26 19:50:48 +00:00
parent ce8926f098
commit 6e04a003db
2 changed files with 1 additions and 4 deletions

View file

@ -60,9 +60,6 @@ namespace {
const int MinZoom = 4;
const int MaxZoom = 200;
const size_t SideBarGameStatus_x = 16;
const size_t SideBarGameStatus_y = 220;
}
display::display(unit_map& units, CVideo& video, const gamemap& map,

View file

@ -76,7 +76,7 @@ public:
//redrawing will be scheduled.
void scroll(int xmov, int ymov);
// Zzooms the display by the specified amount. Negative values zoom out.
// Zooms the display by the specified amount. Negative values zoom out.
void set_zoom(int amount);
// sets the zoom amount to the default.