[Scummvm-git-logs] scummvm master -> f9cc32304f026a6115e2135e0f64e736ed38298f

athrxx athrxx at scummvm.org
Tue Apr 30 00:57:21 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f9cc32304f KYRA: (Adlib driver) - replace dead link reference removed in 94596c2


Commit: f9cc32304f026a6115e2135e0f64e736ed38298f
    https://github.com/scummvm/scummvm/commit/f9cc32304f026a6115e2135e0f64e736ed38298f
Author: athrxx (athrxx at scummvm.org)
Date: 2019-04-30T00:55:55+02:00

Commit Message:
KYRA: (Adlib driver) - replace dead link reference removed in 94596c2

(new link provided by sev)

Changed paths:
    engines/kyra/sound/drivers/adlib.h


diff --git a/engines/kyra/sound/drivers/adlib.h b/engines/kyra/sound/drivers/adlib.h
index a272e17..8368353 100644
--- a/engines/kyra/sound/drivers/adlib.h
+++ b/engines/kyra/sound/drivers/adlib.h
@@ -43,6 +43,9 @@
 #include "kyra/resource/resource.h"
 #include "common/mutex.h"
 
+// Basic AdLib Programming:
+// https://web.archive.org/web/20050322080425/http://www.gamedev.net/reference/articles/article446.asp
+
 
 namespace Audio {
 class Mixer;





More information about the Scummvm-git-logs mailing list