added function to check if a certain sound is playing (not used yet)
[rocksndiamonds.git] / src / init.c
index 9d3fa544c7407fa80547811443b2fd241011812f..1591f68843ba75db4316a2d8ef33453653bb6508 100644 (file)
@@ -5028,7 +5028,7 @@ static void InitGlobal(void)
 
     element_info[i].token_name = element_name_info[i].token_name;
     element_info[i].class_name = element_name_info[i].class_name;
-    element_info[i].editor_description= element_name_info[i].editor_description;
+    element_info[i].editor_description = element_name_info[i].editor_description;
   }
 
   for (i = 0; i < NUM_GLOBAL_ANIM_TOKENS + 1; i++)