Skip to content
Snippets Groups Projects
Commit 9d53fb4a authored by Jan Möbius's avatar Jan Möbius
Browse files

Fixed first type id


git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@6835 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 44250a00
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@
/** This field defines the start id for custom datatypes. It starts high to avoid conflicts with previously
* hardcoded versions.
*/
static int nextTypeId_ = 128;
static int nextTypeId_ = 8;
/// Variable used to automatically initialize the maps
static bool initialized_ = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment