Added Wave.dat's original file extension
beebd77d73/source/Sound.cpp (L477)
Thank goodness for the Org2 source release
This commit is contained in:
parent
f7c1ca86c3
commit
ddf61dd791
5 changed files with 3 additions and 3 deletions
|
@ -221,7 +221,7 @@ set(RESOURCES
|
||||||
ORG/White.org
|
ORG/White.org
|
||||||
ORG/XXXX.org
|
ORG/XXXX.org
|
||||||
ORG/Zonbie.org
|
ORG/Zonbie.org
|
||||||
WAVE/Wave
|
WAVE/Wave.dat
|
||||||
)
|
)
|
||||||
|
|
||||||
# Handle options
|
# Handle options
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -185,7 +185,7 @@ RESOURCES = \
|
||||||
ORG/White.org \
|
ORG/White.org \
|
||||||
ORG/XXXX.org \
|
ORG/XXXX.org \
|
||||||
ORG/Zonbie.org \
|
ORG/Zonbie.org \
|
||||||
WAVE/Wave \
|
WAVE/Wave.dat \
|
||||||
|
|
||||||
ifeq ($(JAPANESE), 1)
|
ifeq ($(JAPANESE), 1)
|
||||||
RESOURCES += BITMAP/pixel_jp.bmp
|
RESOURCES += BITMAP/pixel_jp.bmp
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
#include "Resource/ORG/White.org.h"
|
#include "Resource/ORG/White.org.h"
|
||||||
#include "Resource/ORG/XXXX.org.h"
|
#include "Resource/ORG/XXXX.org.h"
|
||||||
#include "Resource/ORG/Zonbie.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/Credit01.bmp.h"
|
||||||
#include "Resource/BITMAP/Credit02.bmp.h"
|
#include "Resource/BITMAP/Credit02.bmp.h"
|
||||||
#include "Resource/BITMAP/Credit03.bmp.h"
|
#include "Resource/BITMAP/Credit03.bmp.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue