(svn r22562) -Codechange: Remove constness from TownGetVariable.

This commit is contained in:
terkhen
2011-06-12 20:37:26 +00:00
parent f1cde00372
commit dd8a436cbb
5 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
* @param t is of course the town we are inquiring
* @return the value stored in the corresponding variable
*/
uint32 TownGetVariable(byte variable, byte parameter, bool *available, const Town *t)
uint32 TownGetVariable(byte variable, byte parameter, bool *available, Town *t)
{
switch (variable) {
/* Larger towns */