Added Wave.dat's original file extension

beebd77d73/source/Sound.cpp (L477)

Thank goodness for the Org2 source release
This commit is contained in:
Clownacy 2019-05-05 02:20:37 +01:00
parent f7c1ca86c3
commit ddf61dd791
5 changed files with 3 additions and 3 deletions

View file

@ -221,7 +221,7 @@ set(RESOURCES
ORG/White.org
ORG/XXXX.org
ORG/Zonbie.org
WAVE/Wave
WAVE/Wave.dat
)
# Handle options

View file

@ -185,7 +185,7 @@ RESOURCES = \
ORG/White.org \
ORG/XXXX.org \
ORG/Zonbie.org \
WAVE/Wave \
WAVE/Wave.dat \
ifeq ($(JAPANESE), 1)
RESOURCES += BITMAP/pixel_jp.bmp

View file

@ -47,7 +47,7 @@
#include "Resource/ORG/White.org.h"
#include "Resource/ORG/XXXX.org.h"
#include "Resource/ORG/Zonbie.org.h"
#include "Resource/WAVE/Wave.h"
#include "Resource/WAVE/Wave.dat.h"
#include "Resource/BITMAP/Credit01.bmp.h"
#include "Resource/BITMAP/Credit02.bmp.h"
#include "Resource/BITMAP/Credit03.bmp.h"