Merge branch 'version-3-3'

Conflicts:
	src/build.h
This commit is contained in:
Enno Rehling 2015-02-02 18:49:00 +01:00
commit 0955dd7f05
1 changed files with 1 additions and 1 deletions

View File

@ -4378,7 +4378,7 @@ void init_processor(void)
p += 10;
add_proc_order(p, K_QUIT, &quit_cmd, 0, NULL);
add_proc_order(p, K_URSPRUNG, &origin_cmd, 0, NULL);
// add_proc_order(p, K_URSPRUNG, &origin_cmd, 0, NULL);
add_proc_order(p, K_ALLY, &ally_cmd, 0, NULL);
add_proc_order(p, K_PREFIX, &prefix_cmd, 0, NULL);
add_proc_order(p, K_SETSTEALTH, &setstealth_cmd, 0, NULL);