1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-31 01:42:24 +01:00

Adjust comment markers

This commit is contained in:
Chris-plus-alphanumericgibberish 2015-05-30 23:42:13 -04:00
parent f16788d8a6
commit 05841b68ad

View file

@ -648,7 +648,7 @@ play_song()
distance = (P_SKILL(P_MUSICALIZE) - P_UNSKILLED + 1) * 9 + (u.ulevel/2);
/* songs only have effect after the 1st turn */
///* songs only have effect after the 1st turn */
//if (song_delay <= songs[song_played].level+2)
switch (song_being_played()) {
case SNG_SLEEP: