From f7768ad7dcfbefce525d846ce2f565dacf99f546 Mon Sep 17 00:00:00 2001 From: James Haley Date: Sun, 5 Sep 2010 23:28:16 +0000 Subject: Corrections to some of Kaiser's previous commits. Also, significant work on dialog engine, p_enemy code, and support for all new mapthing_t flag values in P_SpawnMapThing. Subversion-branch: /branches/strife-branch Subversion-revision: 2015 --- src/strife/d_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/d_main.c') diff --git a/src/strife/d_main.c b/src/strife/d_main.c index a203ef3d..ba0d8145 100644 --- a/src/strife/d_main.c +++ b/src/strife/d_main.c @@ -498,7 +498,7 @@ void D_DoomLoop (void) { TryRunTics (); // will run at least one tic } - + S_UpdateSounds (players[consoleplayer].mo);// move positional sounds // Update display, next frame, with current state. -- cgit v1.2.3