MAX_LINE_LEN 320 not fit with char line[256]
Closed this issue · 1 comments
yawuliu commented
static bool scene_load_faction(SDL_RWops *stream)
{
char line[256];
but the macro define #define MAX_LINE_LEN 320
eduard-permyakov commented
Fixed
Closed this issue · 1 comments
static bool scene_load_faction(SDL_RWops *stream)
{
char line[256];
but the macro define #define MAX_LINE_LEN 320
Fixed