X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ffiles.c;fp=src%2Ffiles.c;h=6839934a166cb2252154a2ad45024865a69e1f86;hp=e86364db9f077fd4b678703a0394069b25e58c24;hb=5970fe6a48b295b98d5d6b542480a2322747510e;hpb=84a0a448bb1715b6dea187e3aedc902e5bbc2439 diff --git a/src/files.c b/src/files.c index e86364db..6839934a 100644 --- a/src/files.c +++ b/src/files.c @@ -3606,6 +3606,8 @@ static void LoadLevelFromFileInfo_RND(struct LevelInfo *level, { Warn("wrong size (%d) of chunk '%s' in level file '%s'", chunk_size, chunk_name, filename); + + break; } } }