|
1 | | -#include "base.h" |
| 1 | +#include "base.h" |
2 | 2 |
|
3 | 3 | #define in_the_forest std::vector<wstring>{ L"in het bos", L"in the forest" } |
4 | 4 | #define in_the_swamp std::vector<wstring>{ L"in het moeras", L"in the swamp" } |
@@ -130,9 +130,9 @@ std::unique_ptr<Room> rooms[]{ // { names, descriptions } |
130 | 130 | ), |
131 | 131 | std::make_unique<Outdoor>(in_the_swamp, smelly_surface), |
132 | 132 | std::make_unique<Indoor>( |
133 | | - std::vector<wstring>{ L"in de ruïne", L"in the ruins" }, |
| 133 | + std::vector<wstring>{ L"in de ruïne", L"in the ruins" }, |
134 | 134 | std::vector<wstring>{ |
135 | | - L"De ruïne is een spookachtige bouwval. Er is hier een wankele trap die naar beneden leidt." |
| 135 | + L"De ruïne is een spookachtige bouwval. Er is hier een wankele trap die naar beneden leidt." |
136 | 136 | , |
137 | 137 | L"The ruins are a spooky rubble. There is a shaky staircase that leads downwards." |
138 | 138 | } |
@@ -182,9 +182,9 @@ std::unique_ptr<Room> rooms[]{ // { names, descriptions } |
182 | 182 | } |
183 | 183 | ), |
184 | 184 | std::make_unique<Cave>( |
185 | | - std::vector<wstring>{ L"in de hiërogliefengrot", L"in the hieroglyphs cave" }, |
| 185 | + std::vector<wstring>{ L"in de hiërogliefengrot", L"in the hieroglyphs cave" }, |
186 | 186 | std::vector<wstring>{ |
187 | | - L"Op de wanden staan hiërogliefen waar je geen wijs uit wordt." |
| 187 | + L"Op de wanden staan hiërogliefen waar je geen wijs uit wordt." |
188 | 188 | , |
189 | 189 | L"There are symbols on the walls that you can not make sense of." |
190 | 190 | } |
@@ -261,7 +261,7 @@ std::unique_ptr<Room> rooms[]{ // { names, descriptions } |
261 | 261 | std::make_unique<Cave>( |
262 | 262 | std::vector<wstring>{ L"in de echogrot", L"in the echo cave" }, |
263 | 263 | std::vector<wstring>{ |
264 | | - L"Hier worden alle geluiden die je maakt tegen de wanden geëcho'd." |
| 264 | + L"Hier worden alle geluiden die je maakt tegen de wanden geëcho'd." |
265 | 265 | , |
266 | 266 | L"All sounds you make echo back from the walls." |
267 | 267 | } |
|
0 commit comments