Pause = No sound

Report bugs in this thread. Please
1) Have a copy of your DEBUG.TXT or EDGE.LOG and attach to post.
2) Screenshots or examples do help -- steps to recreate the bug are very encouraged.

Sourceforge Bug Tracker #1
Sourceforge Bug Tracker #2
Github issues tracker
Post Reply
CeeJay
Posts: 224
Joined: Sat Jan 26, 2013 9:56 am

Pause = No sound

Post by CeeJay »

In the latest build, after having paused the game the in-game sound effects to get cut off. The menu sounds still function though and the problem doesn't get resolvoed by reloading the map.

Also, i'm not seeing the M_PAUSE graphic being displayed on the screen.

User avatar
ChillyWilly
Posts: 46
Joined: Tue Jul 03, 2012 9:25 pm

Re: Pause = No sound

Post by ChillyWilly »

It's a bug in the console code. If you look at con_con.cc lines 1023-1026, you see this

Code: Select all

	if (con_visible == vs_notvisible)
	{   paused = false;
		return false;
	}
Notice how that paused = false line is on the same line as the {? Delete it and pause works like it should.
Not really dead, just pining for the fjords.

Return to “Bug Reports”