projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e9530d
)
corrected comment
author
Holger Schemel
<info@artsoft.org>
Sat, 21 Oct 2017 14:41:55 +0000
(16:41 +0200)
committer
Holger Schemel
<info@artsoft.org>
Fri, 23 Mar 2018 22:21:14 +0000
(23:21 +0100)
src/libgame/system.h
patch
|
blob
|
history
diff --git
a/src/libgame/system.h
b/src/libgame/system.h
index cd7e5357b27bf14cca8fea8aa2a3f603c91c2ca3..2a888667737e51d03611383a6a0e8510663c70ad 100644
(file)
--- a/
src/libgame/system.h
+++ b/
src/libgame/system.h
@@
-871,8
+871,8
@@
struct FontBitmapInfo
{
Bitmap *bitmap;
- int src_x, src_y; /* start position of
animation frame
s */
- int width, height; /* width
/height of each animation frame
*/
+ int src_x, src_y; /* start position of
font character
s */
+ int width, height; /* width
/ height of font characters
*/
int draw_xoffset; /* offset for drawing font characters */
int draw_yoffset; /* offset for drawing font characters */