Skip to content

Commit

Permalink
Moved audio files
Browse files Browse the repository at this point in the history
  • Loading branch information
Icedude907 committed Nov 15, 2023
1 parent d85ac22 commit b7c3487
Show file tree
Hide file tree
Showing 2 changed files with 547 additions and 547 deletions.
6 changes: 3 additions & 3 deletions audio_rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

CRY_SUBDIR := sound/direct_sound_samples/cries

MID_ASM_DIR := $(MID_SUBDIR)
CRY_BIN_DIR := $(CRY_SUBDIR)
SOUND_BIN_DIR := sound
MID_ASM_DIR := $(BUILD_ASSETS_DIR)/$(MID_SUBDIR)
CRY_BIN_DIR := $(BUILD_ASSETS_DIR)/$(CRY_SUBDIR)
SOUND_BIN_DIR := $(BUILD_ASSETS_DIR)/sound

SPECIAL_OUTDIRS := $(MID_ASM_DIR) $(CRY_BIN_DIR)
SPECIAL_OUTDIRS += $(SOUND_BIN_DIR) $(SOUND_BIN_DIR)/direct_sound_samples/phonemes $(SOUND_BIN_DIR)/direct_sound_samples/cries
Expand Down
Loading

0 comments on commit b7c3487

Please sign in to comment.