From 5218d448bdfdaf8036dc80dafe632c7ae77e2ff3 Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 4 Apr 2003 16:47:05 +0000 Subject: [PATCH] multiple->nomultiple --- lib/rfxswf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index da1573a..25148df 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -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; -- 1.7.10.4