rnd-20030403-3-src
[rocksndiamonds.git] / src / game.c
index b6a7697e002a489f2044e0974fc2db401ddf02d6..d60f158a4404d9f6a443f6d91568cedc835c1e07 100644 (file)
@@ -919,7 +919,7 @@ void InitGame()
   else
   {
     DrawTextExt(drawto, DX + XX_EMERALDS, DY + YY_EMERALDS,
-               int2str(level_nr, 3), FONT_LEVEL_NUMBER, FONT_OPAQUE);
+               int2str(level_nr, 3), FONT_LEVEL_NUMBER, BLIT_OPAQUE);
     BlitBitmap(drawto, drawto,
               DX + XX_EMERALDS, DY + YY_EMERALDS + 1,
               getFontWidth(FONT_LEVEL_NUMBER) * 3,