diff --git a/src/genworld_gui.cpp b/src/genworld_gui.cpp --- a/src/genworld_gui.cpp +++ b/src/genworld_gui.cpp @@ -732,6 +732,9 @@ struct GenerateLandscapeWindow : public virtual void OnQueryTextFinished(char *str) { + /* Was 'cancel' pressed? */ + if (str == NULL) return; + int32 value; if (!StrEmpty(str)) { value = atoi(str);