summaryrefslogtreecommitdiff
path: root/plugins/adplug/adplug/player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/adplug/adplug/player.cpp')
-rw-r--r--plugins/adplug/adplug/player.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/adplug/adplug/player.cpp b/plugins/adplug/adplug/player.cpp
index 9a0061af..03d26902 100644
--- a/plugins/adplug/adplug/player.cpp
+++ b/plugins/adplug/adplug/player.cpp
@@ -32,8 +32,10 @@ const unsigned char CPlayer::op_table[9] =
{0x00, 0x01, 0x02, 0x08, 0x09, 0x0a, 0x10, 0x11, 0x12};
CPlayer::CPlayer(Copl *newopl)
- : opl(newopl), db(CAdPlug::database)
+// : opl(newopl)
+ //, db(CAdPlug::database)
{
+ opl = newopl;
}
CPlayer::~CPlayer()