Skip to content
Snippets Groups Projects

Port to GTK4

Files

+ 3
0
@@ -16,6 +16,9 @@
@@ -16,6 +16,9 @@
Map::Map(std::istream &is, std::string_view windowTitle)
Map::Map(std::istream &is, std::string_view windowTitle)
: time(0), mapWindow(windowTitle) {
: time(0), mapWindow(windowTitle) {
 
// Make sure to recognize `.` as decimal mark
 
is.imbue(std::locale::classic());
 
std::string type;
std::string type;
while (is >> type) {
while (is >> type) {
if (type == "KREUZUNG") {
if (type == "KREUZUNG") {
Loading