mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 17:00:56 +00:00
xa.cpp: Tabs to spaces.
git-svn-id: https://svn.eduke32.com/eduke32@6764 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
6acbb77ac5
commit
607ddc45e0
1 changed files with 144 additions and 146 deletions
|
@ -303,7 +303,6 @@ static playbackstatus MV_GetNextXABlock
|
||||||
(
|
(
|
||||||
VoiceNode *voice
|
VoiceNode *voice
|
||||||
)
|
)
|
||||||
|
|
||||||
{
|
{
|
||||||
xa_data * xad = (xa_data *) voice->rawdataptr;
|
xa_data * xad = (xa_data *) voice->rawdataptr;
|
||||||
XASector ssct;
|
XASector ssct;
|
||||||
|
@ -382,7 +381,6 @@ int32_t MV_PlayXA3D
|
||||||
int32_t priority,
|
int32_t priority,
|
||||||
uint32_t callbackval
|
uint32_t callbackval
|
||||||
)
|
)
|
||||||
|
|
||||||
{
|
{
|
||||||
int32_t left;
|
int32_t left;
|
||||||
int32_t right;
|
int32_t right;
|
||||||
|
|
Loading…
Reference in a new issue