disable ORIGIN at the source, prevent gcc warnings.

This commit is contained in:
Enno Rehling 2015-01-26 07:17:19 +01:00
parent 6fb23af66a
commit c7b28e7b39
1 changed files with 1 additions and 1 deletions

View File

@ -4318,7 +4318,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);