Whee, the calibration did it, thanks!
@narmak:
The & in front of the variables are vital; this way, you don't give the exact value to the function, but the place where this value is in memory. This way, the correct value gets shown, if the integer changes during runtime.
Without it, it would...