In actual fact manually going through the code to change a short's name to an int's name is in my opinion a really good idea.
You've got far more chance of picking up any places where the change could potentially cause problems.
Now obviously going from a short to an int shouldn't cause any problems anywhere, but doing the reverse certainly might.
And we don't tend to change types of variables very often anyway. At least I don't.
Darwen.
