Commit 1c5d20365995cae3582c4a7a1f01c58f7e5e170b

Authored by David RENÉ
1 parent f9fd3a1b

version for anubis 1.19

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
hk_generator.anubis
... ... @@ -15,9 +15,9 @@ public type HK_Generator_API:
15 15  
16 16  
17 17 public define Maybe(HK_Generator_API)
18   - load_hk_generator_1_14
  18 + load_hk_generator_1_19
19 19 =
20   - with file_name = "hk_gen_1_14.adm",
  20 + with file_name = "hk_gen_1_19.adm",
21 21 if (LoadAdm(HK_Generator_API))load_adm(file_name) is
22 22 {
23 23 file_not_found then print("File '"+file_name+"' not found.\n\n");failure,
... ...