reverse path order
This commit is contained in:
parent
7a63fcb376
commit
ed50d4daba
2 changed files with 14 additions and 4 deletions
|
@ -16,9 +16,9 @@ void init_tables(hashmap *elements, hashmap *inv, hashmap *polls,
|
|||
load_elements(elements, combo_file, 0) ||
|
||||
load_elements(elements, "bin/" combo_file, 0);
|
||||
|
||||
load_elements(elements_rev, "../elem_data/" combo_file, 2);
|
||||
load_elements(elements_rev, combo_file, 2) ||
|
||||
load_elements(elements_rev, "bin/" combo_file, 2);
|
||||
load_elements(elements_rev, "../elem_data/" combo_file, 3);
|
||||
load_elements(elements_rev, combo_file, 3) ||
|
||||
load_elements(elements_rev, "bin/" combo_file, 3);
|
||||
|
||||
load_elements(polls, "../elem_data/" poll_file, 2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue