Parcourir la source

adjust makefile for new sound data location

Michael Panzlaff il y a 6 ans
Parent
révision
89ddf51930
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      makefile

+ 1
- 1
makefile Voir le fichier

@@ -51,7 +51,7 @@ DYN_OVER  := built/dynamic_overworld.o
51 51
 
52 52
 TMP_LD	  := tmp.ld
53 53
 
54
-SND_ROOT := sots-private/sound
54
+SND_ROOT := assets/sound
55 55
 MUSIC_AR := $(SND_ROOT)/Music/music.a
56 56
 SMPL_AR  := $(SND_ROOT)/Samples/sample.a
57 57
 VOICE_AR := $(SND_ROOT)/Voicegroup/voice.a