srand() moved from crossgen.hpp to wxCrossGen/main.cpp

This commit is contained in:
2015-06-13 08:29:32 +03:00
parent 11cd066c8c
commit 5b68f01e62
6 changed files with 18 additions and 18 deletions

View File

@@ -29,6 +29,7 @@ MainFrame::MainFrame(wxWindow* parent, int id, const wxString& title, const wxPo
do_layout();
_isDictLoaded = false;
srand(time(NULL));
}