kthakore / frozen-bubble

Making frozen bubble cross platform
http://frozen-bubble.org
GNU General Public License v2.0
149 stars 33 forks source link

"if 0" has a purpose #37

Open kthakore opened 13 years ago

kthakore commented 13 years ago

removing "if 0" makes that value not kept accross subroutines calls anymore (if 0 == "static" in C language for example)

kthakore commented 13 years ago

Author: kthakore Time: 1277346751 Field: status Value: assigned

kthakore commented 13 years ago

Author: kthakore Time: 1277346751 Field: owner Value: gc

kthakore commented 13 years ago

Author: kthakore Time: 1277346751 Field: comment Value: http://github.com/kthakore/frozen-bubble/commit/ba7961e

THIS IS DEPRECATED USAGE. WE GET WARNINGS LIKE.

Deprecated use of my() in false conditional at bin/frozen-bubble line 290. Deprecated use of my() in false conditional at bin/frozen-bubble line 3500. Deprecated use of my() in false conditional at bin/frozen-bubble line 5781.

Please reconsider this GC.