diff options
| -rw-r--r-- | tools/editor/create_dialog.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/editor/create_dialog.cpp b/tools/editor/create_dialog.cpp index e906976c13..b0cdd79798 100644 --- a/tools/editor/create_dialog.cpp +++ b/tools/editor/create_dialog.cpp @@ -326,7 +326,7 @@ Object *CreateDialog::instance_selected() {  		}  	} -	print_line("NONE"); +  	return NULL;  } |