Selaa lähdekoodia

Buggy comment - reminder `//` is not qsp friendly. :/

netuttki 2 kuukautta sitten
vanhempi
sitoutus
af5117681a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      locations/homes_properties.qsrc

+ 1 - 1
locations/homes_properties.qsrc

@@ -6,7 +6,7 @@ RENTED = 1
 OWNED = 2
 TENANTS = 3
 ACCESSIBLE = 4
-PURCHASED = 5 // Used only for generic checks where both OWNED and TENANTS fulfill the criterion. 
+PURCHASED = 5  && !! Used only for generic checks where both OWNED and TENANTS fulfill the criterion. 
 
 if ARRSIZE('homes') < 16 or ARRSIZE('home_name') < 7:
 	gs 'homes_properties_attr'