Removed unused variable

This commit is contained in:
pelya
2014-03-23 15:39:18 +02:00
parent 386261656d
commit 982c84b3ee
4 changed files with 2 additions and 54 deletions

View File

@@ -1474,11 +1474,11 @@ public:
switch (this->vli.vtype) {
case VEH_TRAIN:
case VEH_ROAD:
size->height = 6 * resize->height;
size->height = 7 * resize->height;
break;
case VEH_SHIP:
case VEH_AIRCRAFT:
size->height = 4 * resize->height;
size->height = 3 * resize->height;
break;
default: NOT_REACHED();
}