mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix minimum tool sizes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user