Skip to content

Commit

Permalink
Tweak db volume
Browse files Browse the repository at this point in the history
  • Loading branch information
mvtiaine committed Nov 3, 2023
1 parent ffc5138 commit 7b64dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player/player_dbm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ optional<PlayerState> play(const char *fname, const char *buf, size_t size, int

assert(subsong >= 0 && subsong <= mod->NumSongs - 1);
DB3_SetPos(engine, subsong, 0, 0);
DB3_SetVolume(engine, 6);
DB3_SetVolume(engine, 4);
DB3_SetCallback(engine, [](void *context, struct UpdateEvent *event) {
if (event->ue_Order == -1 && event->ue_Pattern == -1 && event->ue_Row == -1) {
((PlayerState&)context).songend = true;
Expand Down

0 comments on commit 7b64dd3

Please sign in to comment.