Skip to content

Commit 99149c2

Browse files
committed
Fix typo in stadt_t::build_city_buildings
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@11702 8aca7d54-2c30-db11-9de9-000461428c89
1 parent 62a4761 commit 99149c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/simutrans/world/simcity.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3237,8 +3237,8 @@ void stadt_t::build_city_building(koord k)
32373237
maxsize = koord(2, 1);
32383238
new_pos.x -= 1;
32393239
break;
3240-
case 0x00110:
3241-
case 0x00111:
3240+
case 0b00110:
3241+
case 0b00111:
32423242
maxsize = koord(1, 3);
32433243
new_pos.y -= 1;
32443244
break;

0 commit comments

Comments
 (0)