rnd-20060311-1-src
[rocksndiamonds.git] / src / libgame / misc.c
index 94f683d16430354df5b607e1719dc269076dbea6..970dc77e95a76a78e1176bd25c1b8bb64f75c0d7 100644 (file)
@@ -1778,6 +1778,9 @@ int get_parameter_value(char *value_raw, char *suffix, int type)
     if (string_has_parameter(value, "reverse"))
       result |= ANIM_REVERSE;
 
+    if (string_has_parameter(value, "opaque_player"))
+      result |= ANIM_OPAQUE_PLAYER;
+
     if (string_has_parameter(value, "static_panel"))
       result |= ANIM_STATIC_PANEL;
   }