diff options
| author | Karl Kurbjun <kkurbjun@gmail.com> | 2006-04-15 22:08:36 +0000 |
|---|---|---|
| committer | Karl Kurbjun <kkurbjun@gmail.com> | 2006-04-15 22:08:36 +0000 |
| commit | 4e2a74c2b4feb8ce347438f81629a9a051d9a647 (patch) | |
| tree | 2fc638c1b58c3b48726946dd426b363e20a31f0c /apps/plugins/doom/i_system.c | |
| parent | 75b6abb11411f5c27f9aa21329164e6ef16f9972 (diff) | |
| download | rockbox-4e2a74c2b4feb8ce347438f81629a9a051d9a647.zip rockbox-4e2a74c2b4feb8ce347438f81629a9a051d9a647.tar.gz rockbox-4e2a74c2b4feb8ce347438f81629a9a051d9a647.tar.bz2 rockbox-4e2a74c2b4feb8ce347438f81629a9a051d9a647.tar.xz | |
Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9682 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/doom/i_system.c')
| -rw-r--r-- | apps/plugins/doom/i_system.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/plugins/doom/i_system.c b/apps/plugins/doom/i_system.c index 450c213..bf1aef6 100644 --- a/apps/plugins/doom/i_system.c +++ b/apps/plugins/doom/i_system.c @@ -16,7 +16,10 @@ // GNU General Public License for more details. // // $Log$ -// Revision 1.8 2006/04/14 21:07:55 kkurbjun +// Revision 1.9 2006/04/15 22:08:36 kkurbjun +// Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset. +// +// Revision 1.8 2006-04-14 21:07:55 kkurbjun // Start of profiling support for doom. // // Revision 1.7 2006-04-04 11:16:44 dave @@ -114,7 +117,7 @@ void I_Init (void) // // I_Quit // -extern boolean doomexit; + void I_Quit (void) { I_ShutdownSound(); |