From 44cf1872e22dc673dde422faa255a1fd7e6e78e8 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 13 Jun 2011 18:23:48 +0200 Subject: CGE: Fix one linker error --- engines/cge/general.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/cge/general.cpp b/engines/cge/general.cpp index e68533d0b2..03e5126436 100644 --- a/engines/cge/general.cpp +++ b/engines/cge/general.cpp @@ -93,6 +93,8 @@ DAC StdPal[] = {// R G B { 255, 255, 255}, // 255 }; +DRVINFO SNDDrvInfo; + EC void _fqsort(void *base, uint16 nelem, uint16 width, int (*fcmp)(const void *, const void *)) { warning("STUB: _fqsort"); } -- cgit v1.2.3