projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f585bab
)
fixed bug with copying bitmaps when remapping 'global.door' graphics
author
Holger Schemel
<info@artsoft.org>
Tue, 13 Sep 2016 20:15:34 +0000
(22:15 +0200)
committer
Holger Schemel
<info@artsoft.org>
Tue, 13 Sep 2016 20:16:39 +0000
(22:16 +0200)
src/init.c
patch
|
blob
|
history
diff --git
a/src/init.c
b/src/init.c
index 74ea88a03a9674cb7ad05e75920d1b4d7ac7d38c..4314580ed26c259266d131275d902e1bb0295a4d 100644
(file)
--- a/
src/init.c
+++ b/
src/init.c
@@
-1785,7
+1785,8
@@
static void InitGraphicCompatibilityInfo()
{
// printf("::: special treatment needed for token '%s'\n", fi->token);
- graphic_info[i].bitmap = graphic_info[IMG_GLOBAL_DOOR].bitmap;
+ graphic_info[i].bitmaps = graphic_info[IMG_GLOBAL_DOOR].bitmaps;
+ graphic_info[i].bitmap = graphic_info[IMG_GLOBAL_DOOR].bitmap;
}
}
}