Fix minimum tool sizes

This commit is contained in:
Gymnasiast 2015-08-12 14:24:20 +02:00
parent a0f75fbda2
commit 7db2008472
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
#include "../interface/window.h"
#include "../interface/themes.h"
#define MINIMUM_TOOL_SIZE 0
#define MINIMUM_TOOL_SIZE 1
#define MAXIMUM_TOOL_SIZE 64
enum WINDOW_CLEAR_SCENERY_WIDGET_IDX {

View File

@ -29,7 +29,7 @@
#include "../game.h"
#include "../interface/themes.h"
#define MINIMUM_TOOL_SIZE 0
#define MINIMUM_TOOL_SIZE 1
#define MAXIMUM_TOOL_SIZE 64
enum WINDOW_WATER_WIDGET_IDX {

View File

@ -27,7 +27,7 @@
#include "../world/map.h"
#include "../interface/themes.h"
#define MINIMUM_TOOL_SIZE 0
#define MINIMUM_TOOL_SIZE 1
#define MAXIMUM_TOOL_SIZE 64
enum WINDOW_WATER_WIDGET_IDX {