Loading

Revision differences

Old revision #p3cta5jsgNew revision #pwjxexar9
6 min_compatible_version: 1;  6 min_compatible_version: 1;  
7}  7}  
8  8  
  9switch (FEAT_INDUSTRIES, SELF, switch_prod_change, [  
  10  STORE_PERM(extra_callback_info1, 0),  
  11  extra_callback_info1  
  12] {  
  13  return 0;  
  14}  
  15  
9item (FEAT_INDUSTRIES, item_industry_coal_mine) {  16item (FEAT_INDUSTRIES, item_industry_coal_mine) {  
10 property {  17 property {  
11  substitute: 00; // coal mine  18  substitute: 00; // coal mine  
12  override: 00;  19  override: 00;  
13 }  20 }  
14 graphics {  21 graphics {  
15  random_prod_change: STORE_PERM(extra_callback_info_1, 1);  15  random_prod_change: switch_prod_change;
16 }  23 }  
17}  17}
18    
19# nmlc output:    
20# ERROR: "main.nml", line 16: Unrecognized identifier 'extra_callback_info_1' encountered