mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Update todo
This commit is contained in:
parent
37a9ff7963
commit
2044f05719
3 changed files with 4 additions and 3 deletions
|
|
@ -424,7 +424,7 @@ cAudioManager::ProcessReverb()
|
|||
VolR = Min(MAX_VOLUME, VolR + VolUp);
|
||||
|
||||
if (OldVolL != VolL || OldVolR != VolR) {
|
||||
SampleManager.UpdateReverb(VolL, VolR, 100, 15, 80);
|
||||
SampleManager.UpdateReverb(/*VolL, VolR, 100, 15, 80*/);
|
||||
OldVolL = VolL;
|
||||
OldVolR = VolR;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ enum Config {
|
|||
# define ANIM_COMPRESSION
|
||||
# define PS2_MENU
|
||||
#elif defined GTA_PC
|
||||
# define EXTERNAL_3D_SOUND
|
||||
//# define EXTERNAL_3D_SOUND
|
||||
//# define AUDIO_REFLECTIONS
|
||||
# ifndef GTA_HANDHELD
|
||||
# define PC_PLAYER_CONTROLS // mouse player/cam mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue