vaendryl / Sunrider

source code of the visual novel 'Sunrider'
http://sunrider-vn.com/
41 stars 21 forks source link

Correct bad copy-paste #71

Closed DoumanAsh closed 9 years ago

DoumanAsh commented 9 years ago

Seems like i was a very careless with copy-paste....

with () it calls function, no return of function pointer Sorry :(

vaendryl commented 9 years ago

I fixed this already.

BlueOrange commented 9 years ago

I collected statistics on my work once, and found that my error rate with copy-paste was 4 times higher than my normal error rate. For anything more than a couple of lines, I tend to retype things rather than copy-pasting. If that's too much effort, then it's a clue that I should be making a method call.