diff options
author | athrxx | 2019-04-14 16:02:11 +0200 |
---|---|---|
committer | athrxx | 2019-04-15 21:51:47 +0200 |
commit | 462fea2ccaa894d5b19372ddccc606d25333127a (patch) | |
tree | afbffd763967e0386e843541bce06689edcf304d | |
parent | b00049732f66eaeeb4abf57586201e60c186a008 (diff) | |
download | scummvm-rg350-462fea2ccaa894d5b19372ddccc606d25333127a.tar.gz scummvm-rg350-462fea2ccaa894d5b19372ddccc606d25333127a.tar.bz2 scummvm-rg350-462fea2ccaa894d5b19372ddccc606d25333127a.zip |
KYRA: sound files/classes reorganization step #1
Rename files which are only used for one target.
This is actually wrong for my renaming of sound_towns.
But I'll move the code for other targets to different files in another commit. I want to do just the renaming here, so that Git might be better at preserving the history.
-rw-r--r-- | engines/kyra/module.mk | 6 | ||||
-rw-r--r-- | engines/kyra/sound/sound_amiga_lok.cpp (renamed from engines/kyra/sound/sound_amiga.cpp) | 0 | ||||
-rw-r--r-- | engines/kyra/sound/sound_digital_mr.cpp (renamed from engines/kyra/sound/sound_digital.cpp) | 0 | ||||
-rw-r--r-- | engines/kyra/sound/sound_digital_mr.h (renamed from engines/kyra/sound/sound_digital.h) | 0 | ||||
-rw-r--r-- | engines/kyra/sound/sound_towns_lok.cpp (renamed from engines/kyra/sound/sound_towns.cpp) | 0 |
5 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/module.mk b/engines/kyra/module.mk index 9c20ad6569..98494bc19f 100644 --- a/engines/kyra/module.mk +++ b/engines/kyra/module.mk @@ -61,11 +61,11 @@ MODULE_OBJS := \ sequence/sequences_hof.o \ sequence/sequences_mr.o \ sound/sound_adlib.o \ - sound/sound_amiga.o \ - sound/sound_digital.o \ + sound/sound_amiga_lok.o \ + sound/sound_digital_mr.o \ sound/sound_midi.o \ sound/sound_pcspk.o \ - sound/sound_towns.o \ + sound/sound_towns_lok.o \ sound/sound.o \ sound/sound_lok.o \ text/text.o \ diff --git a/engines/kyra/sound/sound_amiga.cpp b/engines/kyra/sound/sound_amiga_lok.cpp index 110400415f..110400415f 100644 --- a/engines/kyra/sound/sound_amiga.cpp +++ b/engines/kyra/sound/sound_amiga_lok.cpp diff --git a/engines/kyra/sound/sound_digital.cpp b/engines/kyra/sound/sound_digital_mr.cpp index e3586605e8..e3586605e8 100644 --- a/engines/kyra/sound/sound_digital.cpp +++ b/engines/kyra/sound/sound_digital_mr.cpp diff --git a/engines/kyra/sound/sound_digital.h b/engines/kyra/sound/sound_digital_mr.h index 271dde6a21..271dde6a21 100644 --- a/engines/kyra/sound/sound_digital.h +++ b/engines/kyra/sound/sound_digital_mr.h diff --git a/engines/kyra/sound/sound_towns.cpp b/engines/kyra/sound/sound_towns_lok.cpp index 621c2f1419..621c2f1419 100644 --- a/engines/kyra/sound/sound_towns.cpp +++ b/engines/kyra/sound/sound_towns_lok.cpp |