Skip to content

Commit e19401a

Browse files
authored
Reduce SIZE_RETURN_VALUE from 512 to 256 (#847)
1 parent 19026e3 commit e19401a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ inline bool check_playerid(int32_t playerid) {
2828
#define FALSE 0
2929

3030
#define SIZE_MESSAGE_BUFFER 0x2000u
31-
#define SIZE_RETURN_VALUE 512u
31+
#define SIZE_RETURN_VALUE 256u
3232
#define SIZE_AI_NAME 128u
3333
#define SIZE_HINT_MSG 1024u
3434

0 commit comments

Comments
 (0)