projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5cffe5
)
fixed creating graphics without video device
4.1.2.0
author
Holger Schemel
<info@artsoft.org>
Mon, 18 Feb 2019 19:47:41 +0000
(20:47 +0100)
committer
Holger Schemel
<info@artsoft.org>
Mon, 18 Feb 2019 19:47:41 +0000
(20:47 +0100)
src/files.c
patch
|
blob
|
history
diff --git
a/src/files.c
b/src/files.c
index be481d0d5eac7ca1331a6bbe032aaffac79d2c0c..7b3bd50dd5152a33e0264c6604d6ff8bb545e91f 100644
(file)
--- 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);