(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 e3c89df398
commit 1d60eac168
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;