--- SIDPlayer/src/cl_amp.cpp 2000/07/28 12:42:30 1.1 +++ SIDPlayer/src/cl_amp.cpp 2001/01/21 18:04:46 1.2 @@ -1,7 +1,7 @@ /* * cl_amp.cpp - SIDPlayer CL-Amp plugin * - * SIDPlayer (C) Copyright 1996-2000 Christian Bauer + * SIDPlayer (C) Copyright 1996-2001 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -114,7 +114,7 @@ SIDPlugin::~SIDPlugin() void SIDPlugin::Init() { - InitAll(); + InitAll(0, NULL); } void SIDPlugin::Cleanup()