# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * cl_amp.cpp - SIDPlayer CL-Amp plugin | |
3 | * | |
4 | < | * SIDPlayer (C) Copyright 1996-2000 Christian Bauer |
4 | > | * SIDPlayer (C) Copyright 1996-2001 Christian Bauer |
5 | * | |
6 | * This program is free software; you can redistribute it and/or modify | |
7 | * it under the terms of the GNU General Public License as published by | |
# | Line 114 | Line 114 | SIDPlugin::~SIDPlugin() | |
114 | ||
115 | void SIDPlugin::Init() | |
116 | { | |
117 | < | InitAll(); |
117 | > | InitAll(0, NULL); |
118 | } | |
119 | ||
120 | void SIDPlugin::Cleanup() |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |