Fix typo in the 1MB constant.

develop
Alexander Gavrilov 2012-04-15 11:31:05 +04:00
parent c69af6ab9e
commit cb27a1d839
1 changed files with 1 additions and 1 deletions

@ -66,7 +66,7 @@ namespace DFHack
};
struct RPCMessageHeader {
static const int MAX_MESSAGE_SIZE = 8*1048756;
static const int MAX_MESSAGE_SIZE = 8*1048576;
int16_t id;
int32_t size;