1
0
forked from 0ad/0ad

Fix style issues in ea38089853

This was SVN commit r24412.
This commit is contained in:
Stan 2020-12-17 22:04:03 +00:00
parent ff18f3dbd9
commit 5bb703bc75
2 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,8 @@
#include "lib/file/vfs/vfs_path.h"
#include "simulation2/system/Entity.h"
class CVector3D;
class CStr8;
class CVector3D;
class ISoundManager
{

View File

@ -831,7 +831,8 @@ void CSoundManager::RunHardwareDetection()
WARN_IF_FALSE(devices);
m_SoundCardNames.clear();
do {
do
{
m_SoundCardNames += devices;
devices += strlen(devices) + 1;
m_SoundCardNames += "; ";