SRL / SRL-5

SRL 5
https://villavu.com
GNU General Public License v3.0
32 stars 34 forks source link

Fix for WorldInfo use #88

Closed litoris closed 12 years ago

litoris commented 12 years ago

http://villavu.com/forum/showthread.php?p=1112194

litoris commented 12 years ago

@Coh3n I posted next to your comment but posting here too,

I did it that way because that's the way B and BB were arranged in the original code. It doesn't change anything in terms of functionality so I think it's fine. You can edit it if you really want? BTW I found the original release thread for this piece of code, it's from march 2010, and a dev(Wanted) made it that way so he probably had a good reason to do so.

cohenadair commented 12 years ago

Well it makes no difference in this situation, but it is more efficient because the compiler doesn't have to read the if..then statement. But you're right, it really doesn't matter that much. I'd rather not mess with something that already works.