summaryrefslogtreecommitdiff
path: root/sys/src/games/doom/i_system.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-05-27 13:58:55 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-05-27 13:58:55 +0000
commit42cd9d946fa0da422c16edbb85c9c29e0a2f2437 (patch)
tree7298f20ed02df51f3718b63f2d20e838b20c55d6 /sys/src/games/doom/i_system.c
parentc266a31572cdd704a5f9e9092e9447106e19d92c (diff)
ac97: fix buffering code, games/doom: enable sound
Diffstat (limited to 'sys/src/games/doom/i_system.c')
-rw-r--r--sys/src/games/doom/i_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/games/doom/i_system.c b/sys/src/games/doom/i_system.c
index 10bd5bb3f..a4a03da04 100644
--- a/sys/src/games/doom/i_system.c
+++ b/sys/src/games/doom/i_system.c
@@ -15,7 +15,7 @@ int mb_used = 6; /* 6MB heap */
void I_Init (void)
{
- // I_InitSound();
+ I_InitSound();
I_InitGraphics();
}