mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 19:20:38 +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
|
||||
)
|
||||
|
||||
{
|
||||
xa_data * xad = (xa_data *) voice->rawdataptr;
|
||||
XASector ssct;
|
||||
|
@ -382,7 +381,6 @@ int32_t MV_PlayXA3D
|
|||
int32_t priority,
|
||||
uint32_t callbackval
|
||||
)
|
||||
|
||||
{
|
||||
int32_t left;
|
||||
int32_t right;
|
||||
|
|
Loading…
Reference in a new issue