Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Hacx: Do not attempt to load various missing BIGFN* font patches
The BIGFN font is missing patches for the characters; <space>,&,),@

Do not attempt to load such patches when constructing the game:b font
as this will result in warning messages being logged.
  • Loading branch information
danij-deng committed Feb 21, 2012
1 parent 2779e52 commit 081968f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doomsday/plugins/jdoom/defs/hacx/fonts.ded
Expand Up @@ -160,16 +160,16 @@ Composite BitmapFont {

Composite BitmapFont {
ID = "game:b";
032 { Texture = "BIGFN032"; } # ' '
# 032 { Texture = "BIGFN032"; } # ' '
033 { Texture = "BIGFN033"; } # !
034 { Texture = "BIGFN034"; } # "
035 { Texture = "BIGFN035"; } # #
036 { Texture = "BIGFN036"; } # $
037 { Texture = "BIGFN037"; } # %
038 { Texture = "BIGFN038"; } # &
# 038 { Texture = "BIGFN038"; } # &
039 { Texture = "BIGFN039"; } # '
040 { Texture = "BIGFN040"; } # (
041 { Texture = "BIGFN041"; } # )
# 041 { Texture = "BIGFN041"; } # )
042 { Texture = "BIGFN042"; } # *
043 { Texture = "BIGFN043"; } # +
044 { Texture = "BIGFN044"; } # ,
Expand All @@ -192,7 +192,7 @@ Composite BitmapFont {
061 { Texture = "BIGFN061"; } # =
062 { Texture = "BIGFN062"; } # >
063 { Texture = "BIGFN063"; } # ?
064 { Texture = "BIGFN064"; } # @
# 064 { Texture = "BIGFN064"; } # @
065 { Texture = "BIGFN065"; } # A
066 { Texture = "BIGFN066"; } # B
067 { Texture = "BIGFN067"; } # C
Expand Down

0 comments on commit 081968f

Please sign in to comment.