remove some unused variables and fix a small comment typo in my previous commit
This commit is contained in:
parent
ce8926f098
commit
6e04a003db
2 changed files with 1 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue