From 9b7d40dbae1be5aa18894ffbc8f97a4a8c4c6fdd Mon Sep 17 00:00:00 2001 From: Benoit Bolsee Date: Tue, 16 Sep 2008 22:52:42 +0000 Subject: BGE patch: bullet buttons UI change after discussion with Erwin: use a drop down instead of a series of buttons. Introduction of soft body option. --- source/blender/blenloader/intern/readfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c index 6add88284c2..f3f1a99cdbf 100644 --- a/source/blender/blenloader/intern/readfile.c +++ b/source/blender/blenloader/intern/readfile.c @@ -7794,7 +7794,7 @@ static void do_versions(FileData *fd, Library *lib, Main *main) if (main->versionfile < 247 || (main->versionfile == 247 && main->subversionfile < 2)){ Object *ob; for(ob = main->object.first; ob; ob= ob->id.next) { - ob->gameflag |= OB_PHYSICS; + ob->gameflag |= OB_COLLISION; ob->margin = 0.06; } } -- cgit v1.2.3