diff Plugins/Input/adplug/core/u6m.cpp @ 637:2b06eb5e472d trunk

[svn] Sync with upstream. Drop hardware OPL2/3 support, it throws warnings and is not used on most modern machines. Added var inits where GCC 4.0 thought it was a good idea.
author chainsaw
date Sat, 18 Feb 2006 08:23:30 -0800
parents 8df427a314a8
children 6ad7eb96dd26
line wrap: on
line diff
--- a/Plugins/Input/adplug/core/u6m.cpp	Thu Feb 16 07:40:35 2006 -0800
+++ b/Plugins/Input/adplug/core/u6m.cpp	Sat Feb 18 08:23:30 2006 -0800
@@ -208,7 +208,7 @@
     long bytes_written = 0;
 
     int cW;
-    int pW;
+    int pW = 0;
     unsigned char C;
 
     while (!end_marker_reached)