multiple->nomultiple
authorkramm <kramm>
Fri, 4 Apr 2003 16:47:05 +0000 (16:47 +0000)
committerkramm <kramm>
Fri, 4 Apr 2003 16:47:05 +0000 (16:47 +0000)
lib/rfxswf.h

index da1573a..25148df 100644 (file)
@@ -131,7 +131,7 @@ typedef struct _TAG             // NEVER access a Tag-Struct directly !
 typedef struct _SOUNDINFO 
 {
     U8 stop;
-    U8 multiple; //continue playing if already started
+    U8 nomultiple; //continue playing if already started
 
     U32 inpoint;
     U32 outpoint;