fixed crash on prefs reset; fixed crash on next-leak-spot

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@37 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
spog
2006-03-25 17:54:30 +00:00
parent fe7b2040d4
commit e08e297f3b
4 changed files with 10 additions and 3 deletions

View File

@@ -391,6 +391,7 @@ void CPointfile::saxEndElement (message_info_t *ctx, const xmlChar *name)
// we are done
GenerateDisplayList();
SceneChangeNotify();
s_check_point = begin();
}
else if(string_equal(reinterpret_cast<const char*>(name), "point"))
{