mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
increased MAX_FILE_LENGTH
This commit is contained in:
parent
090cc8c144
commit
39c954e711
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ constexpr int MAX_NAME_LENGTH = 0xff;
|
|||
// max size for chat messages and text contents
|
||||
constexpr int MAX_TEXT_LENGTH = 0xfff;
|
||||
// max size for deck files and pictures
|
||||
constexpr int MAX_FILE_LENGTH = 0xfffff; // about a megabyte
|
||||
constexpr int MAX_FILE_LENGTH = 0xffffff; // about 16 mega bytes
|
||||
|
||||
constexpr uint MINIMUM_DIE_SIDES = 2;
|
||||
constexpr uint MAXIMUM_DIE_SIDES = 1000000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue