fixed bugs with wrong newline handling in envelopes (game and editor)
[rocksndiamonds.git] / src / game_bd / main_bd.c
index 333bddeae28911ade242890ab4a1265dc43a3f26..3376757fb103fb256383886b6a821a5b8d5e6604 100644 (file)
@@ -481,6 +481,11 @@ boolean use_bd_falling_sounds(void)
          (setup.bd_falling_sounds == STATE_AUTO && game.use_native_bd_sound_engine));
 }
 
+boolean hasColorTemplate_BD(void)
+{
+  return gd_bitmap_has_c64_colors(graphic_info_bd_color_template.bitmap);
+}
+
 Bitmap **GetTitleScreenBitmaps_BD(void)
 {
   Bitmap **title_screen_bitmaps = gd_get_title_screen_bitmaps();