1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +01:00

Fix more configurations

This commit is contained in:
Michał Janiszewski
2016-10-06 23:32:10 +02:00
parent 9da9b6f29a
commit 9966052ca7
8 changed files with 6 additions and 15 deletions

View File

@@ -35,9 +35,6 @@ extern "C"
struct WindowThemeDesc;
// Don't try to load theme files that exceed 64 MiB
constexpr uint64 MAX_THEME_SIZE = 64 * 1024 * 1024;
/**
* Represents a window theming style such as the colour scheme.
*/