1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

changed default speed_of_sound to .25

This commit is contained in:
Zeno Rogue 2020-05-25 23:54:46 +02:00
parent 2f28939466
commit 0924e4a2d9

View File

@ -37,7 +37,7 @@ ld maxsnd = 1;
ld absorption = .1;
/** how much time does it take to go 1 absolute unit, in seconds */
ld speed_of_sound = 10000 / 44100.;
ld speed_of_sound = .25;
/** inter-aural distance */
ld iad = .05;