mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr.
Also delete some unused declarations, and rename is_playing to snd_is_playing. This was SVN commit r7813.
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ CLightEnv g_LightEnv;
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
* @param CGame * pGame pointer to the container game object.
|
||||
* @param pGame CGame * pGame pointer to the container game object.
|
||||
**/
|
||||
CWorld::CWorld(CGame *pGame):
|
||||
m_pGame(pGame),
|
||||
|
||||
Reference in New Issue
Block a user