diff options
| author | Jonas Ask | 2009-10-21 22:26:37 +0000 |
|---|---|---|
| committer | Jonas Ask | 2009-10-21 22:26:37 +0000 |
| commit | acf2eb9f50deb85d9473888633f02f9f210300b8 (patch) | |
| tree | 2df4489f91192c57f7162c4a9b8edfea60488d03 /Constructions.cpp | |
| parent | 81148ebf643ceec72fc23a7e5c03f4fa00d536f7 (diff) | |
| download | stonesense-acf2eb9f50deb85d9473888633f02f9f210300b8.tar.gz stonesense-acf2eb9f50deb85d9473888633f02f9f210300b8.tar.bz2 stonesense-acf2eb9f50deb85d9473888633f02f9f210300b8.tar.xz | |
Added new buildings. Vertical bars and Paved Roads
Diffstat (limited to 'Constructions.cpp')
| -rw-r--r-- | Constructions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Constructions.cpp b/Constructions.cpp index 560fdc5..76cbdbc 100644 --- a/Constructions.cpp +++ b/Constructions.cpp @@ -37,7 +37,7 @@ void changeConstructionMaterials(DisplaySegment* segment, Block* b, vector<t_con //case Trey_Parker:
break;
- case 2:
+ case Mat_Metal:
b->floorType = ID_METALFLOOR;
}
|
