From: Holger Schemel Date: Tue, 19 Mar 2024 18:41:17 +0000 (+0100) Subject: increased maximum length for static strings in BD engine X-Git-Tag: 4.4.0.0-test-1~174 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=2a0c267efdb892885b57233886fa32763833be5c;p=rocksndiamonds.git increased maximum length for static strings in BD engine --- diff --git a/src/game_bd/bd_cave.h b/src/game_bd/bd_cave.h index e76c9c5c..67eed046 100644 --- a/src/game_bd/bd_cave.h +++ b/src/game_bd/bd_cave.h @@ -253,7 +253,7 @@ typedef struct _elements } GdElements; -typedef char GdString[128]; +typedef char GdString[MAX_LINE_LEN]; typedef struct _highscore {