From 5a620d1c6592057b500f0889eef8949dc1e95e4b Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 1 May 2011 19:51:52 +0000 Subject: (svn r22406) -Document: some more "random-ish" tidbits --- src/sound/null_s.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sound/null_s.cpp') diff --git a/src/sound/null_s.cpp b/src/sound/null_s.cpp index 858724ec3..953bf5764 100644 --- a/src/sound/null_s.cpp +++ b/src/sound/null_s.cpp @@ -12,4 +12,5 @@ #include "../stdafx.h" #include "null_s.h" +/** The factory for the null sound driver. */ static FSoundDriver_Null iFSoundDriver_Null; -- cgit v1.2.3-54-g00ecf