diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-07-05 17:34:00 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | 49c2203275d1e8480f8778c8d8ce2a7947278b67 (patch) | |
| tree | de1699eb3b6a851d76568e7923ce52883cc28b4b /src/afont.c | |
| parent | d89eb0014e72da9fe561a5a150943d6b962c3dd9 (diff) | |
Fixed rest of platform.h
Diffstat (limited to 'src/afont.c')
| -rw-r--r-- | src/afont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afont.c b/src/afont.c index 46ac394..bb7eaf7 100644 --- a/src/afont.c +++ b/src/afont.c @@ -635,7 +635,7 @@ void BLTString(FONT_DESC str_packet) int not_finished = Yes; int pos_x = str_packet.destx; int pos_y = str_packet.desty; - int white_space_width = CHAR_WIDTH(str_packet.fontnum, 0); + int white_space_width = CHAR_WIDTH(str_packet.fontnum, 0); // set up the font processing varibles depending on the type of font |
