From: Holger Schemel Date: Mon, 18 Feb 2019 19:47:41 +0000 (+0100) Subject: fixed creating graphics without video device X-Git-Tag: 4.1.2.0^0 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=509de895d1472ff67aee25be488c54c98cd19683 fixed creating graphics without video device --- diff --git a/src/files.c b/src/files.c index be481d0d..7b3bd50d 100644 --- a/src/files.c +++ b/src/files.c @@ -11598,7 +11598,7 @@ void CreateCustomElementImages(char *directory) int yoffset_ge = (TILEY * NUM_CUSTOM_ELEMENTS / 16); int i; - SDLInitVideoDisplay(); + InitVideoDefaults(); ReCreateBitmap(&backbuffer, video.width, video.height);