(svn r19715) -Codechange: Rename all appareances of shiplift to lock.

This commit is contained in:
terkhen
2010-04-24 21:03:40 +00:00
parent 691261674a
commit 74a7508777
4 changed files with 63 additions and 63 deletions

View File

@@ -640,7 +640,7 @@ bool AfterLoadGame()
}
if (CheckSavegameVersion(72)) {
/* Locks/shiplifts in very old savegames had OWNER_WATER as owner */
/* Locks in very old savegames had OWNER_WATER as owner */
for (TileIndex t = 0; t < MapSize(); t++) {
switch (GetTileType(t)) {
default: break;