aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/faders.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/faders.h')
-rw-r--r--engines/tinsel/faders.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/tinsel/faders.h b/engines/tinsel/faders.h
index e77bff2661..dc0b903d7e 100644
--- a/engines/tinsel/faders.h
+++ b/engines/tinsel/faders.h
@@ -18,9 +18,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * $URL$
- * $Id$
- *
* Data structures used by the fader and flasher processes
*/
@@ -50,7 +47,7 @@ void FadeOutMedium(SCNHANDLE noFadeTable[]);
void FadeOutFast(SCNHANDLE noFadeTable[]);
void FadeInMedium(SCNHANDLE noFadeTable[]);
void FadeInFast(SCNHANDLE noFadeTable[]);
-void PokeInTagColour();
+void PokeInTagColor();
} // End of namespace Tinsel