| p = (REF_HASH_TAB *)p->link; | p = (REF_HASH_TAB *)p->link; | ||||
| } | } | ||||
| if (addr == 0) { | |||||
| if (*addr == 0) { | |||||
| sprintf(buf, "%s/../phsource/%s", path_home, path); | sprintf(buf, "%s/../phsource/%s", path_home, path); | ||||
| if ((f = fopen(buf, "rb")) == NULL) { | if ((f = fopen(buf, "rb")) == NULL) { | ||||
| static void CompileSound(int keyword, int isvowel) | static void CompileSound(int keyword, int isvowel) | ||||
| { | { | ||||
| int addr; | |||||
| int addr = 0; | |||||
| int value = 0; | int value = 0; | ||||
| char path[N_ITEM_STRING]; | char path[N_ITEM_STRING]; | ||||
| static int sound_instns[] = { i_FMT, i_WAV, i_VWLSTART, i_VWLENDING, i_WAVADD }; | static int sound_instns[] = { i_FMT, i_WAV, i_VWLSTART, i_VWLENDING, i_WAVADD }; |