X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.c;h=0a2e0b031dc6c37d88ef36dde451b579fd81af32;hp=a9f061770b0532013b5f64a822ebb52a0711f780;hb=eae2f3467caaaf64a9370c1acd8cecf11fd58328;hpb=c2641d60f5d3461bbd449dffe85251483f12e6b5 diff --git a/src/init.c b/src/init.c index a9f06177..0a2e0b03 100644 --- a/src/init.c +++ b/src/init.c @@ -473,7 +473,8 @@ void InitGfx() { "SP", TRUE }, { "DC", TRUE }, { "Font", FALSE }, - { "Font2", FALSE } + { "Font2", FALSE }, + { "Font3", FALSE } }; #else static struct PictureFileInfo pic[NUM_PICTURES] = @@ -485,7 +486,8 @@ void InitGfx() { "RocksSP", TRUE }, { "RocksDC", TRUE }, { "RocksFont", FALSE }, - { "RocksFont2", FALSE } + { "RocksFont2", FALSE }, + { "RocksFont3", FALSE } }; #endif