aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel')
-rw-r--r--engines/tinsel/actors.cpp2
-rw-r--r--engines/tinsel/actors.h2
-rw-r--r--engines/tinsel/anim.cpp2
-rw-r--r--engines/tinsel/anim.h2
-rw-r--r--engines/tinsel/background.cpp2
-rw-r--r--engines/tinsel/background.h2
-rw-r--r--engines/tinsel/bg.cpp2
-rw-r--r--engines/tinsel/bmv.cpp2
-rw-r--r--engines/tinsel/cliprect.cpp2
-rw-r--r--engines/tinsel/cliprect.h2
-rw-r--r--engines/tinsel/config.cpp2
-rw-r--r--engines/tinsel/config.h2
-rw-r--r--engines/tinsel/coroutine.h2
-rw-r--r--engines/tinsel/cursor.cpp2
-rw-r--r--engines/tinsel/cursor.h2
-rw-r--r--engines/tinsel/dialogs.cpp2
-rw-r--r--engines/tinsel/dialogs.h2
-rw-r--r--engines/tinsel/drives.cpp2
-rw-r--r--engines/tinsel/drives.h2
-rw-r--r--engines/tinsel/dw.h2
-rw-r--r--engines/tinsel/events.cpp2
-rw-r--r--engines/tinsel/events.h2
-rw-r--r--engines/tinsel/faders.cpp2
-rw-r--r--engines/tinsel/faders.h2
-rw-r--r--engines/tinsel/film.h2
-rw-r--r--engines/tinsel/font.h2
-rw-r--r--engines/tinsel/graphics.h2
-rw-r--r--engines/tinsel/handle.cpp2
-rw-r--r--engines/tinsel/handle.h2
-rw-r--r--engines/tinsel/heapmem.cpp2
-rw-r--r--engines/tinsel/heapmem.h2
-rw-r--r--engines/tinsel/mareels.cpp2
-rw-r--r--engines/tinsel/mareels.h2
-rw-r--r--engines/tinsel/move.cpp2
-rw-r--r--engines/tinsel/move.h2
-rw-r--r--engines/tinsel/multiobj.cpp2
-rw-r--r--engines/tinsel/multiobj.h2
-rw-r--r--engines/tinsel/object.cpp2
-rw-r--r--engines/tinsel/object.h2
-rw-r--r--engines/tinsel/palette.cpp2
-rw-r--r--engines/tinsel/palette.h2
-rw-r--r--engines/tinsel/pcode.cpp2
-rw-r--r--engines/tinsel/pcode.h2
-rw-r--r--engines/tinsel/pdisplay.cpp2
-rw-r--r--engines/tinsel/pdisplay.h2
-rw-r--r--engines/tinsel/pid.h2
-rw-r--r--engines/tinsel/play.cpp2
-rw-r--r--engines/tinsel/play.h2
-rw-r--r--engines/tinsel/polygons.cpp2
-rw-r--r--engines/tinsel/polygons.h2
-rw-r--r--engines/tinsel/rince.cpp2
-rw-r--r--engines/tinsel/rince.h2
-rw-r--r--engines/tinsel/saveload.cpp2
-rw-r--r--engines/tinsel/savescn.cpp2
-rw-r--r--engines/tinsel/savescn.h2
-rw-r--r--engines/tinsel/scene.cpp2
-rw-r--r--engines/tinsel/scene.h2
-rw-r--r--engines/tinsel/sched.cpp2
-rw-r--r--engines/tinsel/sched.h2
-rw-r--r--engines/tinsel/scn.cpp2
-rw-r--r--engines/tinsel/scn.h2
-rw-r--r--engines/tinsel/scroll.cpp2
-rw-r--r--engines/tinsel/scroll.h2
-rw-r--r--engines/tinsel/sound.cpp2
-rw-r--r--engines/tinsel/sound.h2
-rw-r--r--engines/tinsel/strres.cpp2
-rw-r--r--engines/tinsel/strres.h2
-rw-r--r--engines/tinsel/sysvar.cpp2
-rw-r--r--engines/tinsel/sysvar.h2
-rw-r--r--engines/tinsel/text.cpp2
-rw-r--r--engines/tinsel/text.h2
-rw-r--r--engines/tinsel/timers.cpp2
-rw-r--r--engines/tinsel/timers.h2
-rw-r--r--engines/tinsel/tinlib.cpp2
-rw-r--r--engines/tinsel/tinlib.h2
-rw-r--r--engines/tinsel/token.cpp2
-rw-r--r--engines/tinsel/token.h2
77 files changed, 77 insertions, 77 deletions
diff --git a/engines/tinsel/actors.cpp b/engines/tinsel/actors.cpp
index 15211c60aa..6b7809e52b 100644
--- a/engines/tinsel/actors.cpp
+++ b/engines/tinsel/actors.cpp
@@ -1716,4 +1716,4 @@ bool ActorReelPlaying(int actor, int column) {
return false;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/actors.h b/engines/tinsel/actors.h
index bda0e8bbb3..02976acaed 100644
--- a/engines/tinsel/actors.h
+++ b/engines/tinsel/actors.h
@@ -172,6 +172,6 @@ void RestoreActorZ(byte *saveActorZ);
/*----------------------------------------------------------------------*/
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif /* TINSEL_ACTOR_H */
diff --git a/engines/tinsel/anim.cpp b/engines/tinsel/anim.cpp
index 91187a98e8..37d8de925e 100644
--- a/engines/tinsel/anim.cpp
+++ b/engines/tinsel/anim.cpp
@@ -448,4 +448,4 @@ bool AboutToJumpOrEnd(PANIM pAnim) {
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/anim.h b/engines/tinsel/anim.h
index a3a7b4447e..6022edfc08 100644
--- a/engines/tinsel/anim.h
+++ b/engines/tinsel/anim.h
@@ -94,6 +94,6 @@ void SkipFrames( // Skip the specified number of frames
bool AboutToJumpOrEnd(PANIM pAnim);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_ANIM_H
diff --git a/engines/tinsel/background.cpp b/engines/tinsel/background.cpp
index 583b9817a9..740b6204ea 100644
--- a/engines/tinsel/background.cpp
+++ b/engines/tinsel/background.cpp
@@ -260,4 +260,4 @@ void ForceEntireRedraw(void) {
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/background.h b/engines/tinsel/background.h
index 3b9d11fee6..b3599d77ae 100644
--- a/engines/tinsel/background.h
+++ b/engines/tinsel/background.h
@@ -116,6 +116,6 @@ int BgWidth(void);
int BgHeight(void);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_BACKGND_H
diff --git a/engines/tinsel/bg.cpp b/engines/tinsel/bg.cpp
index 4bc7cb5433..0125a681fd 100644
--- a/engines/tinsel/bg.cpp
+++ b/engines/tinsel/bg.cpp
@@ -279,4 +279,4 @@ SCNHANDLE GetBgroundHandle(void) {
return hBackground;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/bmv.cpp b/engines/tinsel/bmv.cpp
index 9f3616baad..ce84f542ff 100644
--- a/engines/tinsel/bmv.cpp
+++ b/engines/tinsel/bmv.cpp
@@ -1268,4 +1268,4 @@ void SpeedMovieUp(void) {
}
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/cliprect.cpp b/engines/tinsel/cliprect.cpp
index bd84cc0049..d9520af9e9 100644
--- a/engines/tinsel/cliprect.cpp
+++ b/engines/tinsel/cliprect.cpp
@@ -310,4 +310,4 @@ void UpdateClipRect(OBJECT *pObjList, Common::Point *pWin, Common::Rect *pClip)
}
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/cliprect.h b/engines/tinsel/cliprect.h
index 28a66c312c..7bbb6bdc25 100644
--- a/engines/tinsel/cliprect.h
+++ b/engines/tinsel/cliprect.h
@@ -71,6 +71,6 @@ void UpdateClipRect( // Redraws all objects within this clipping rectangle
Common::Point *pWin, // window top left position
Common::Rect *pClip); // pointer to clip rectangle
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_CLIPRECT_H
diff --git a/engines/tinsel/config.cpp b/engines/tinsel/config.cpp
index 4695a2e435..29c6823436 100644
--- a/engines/tinsel/config.cpp
+++ b/engines/tinsel/config.cpp
@@ -175,4 +175,4 @@ bool isJapanMode() {
#endif
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/config.h b/engines/tinsel/config.h
index a02b763afb..85d5ca60e0 100644
--- a/engines/tinsel/config.h
+++ b/engines/tinsel/config.h
@@ -51,6 +51,6 @@ void ReadConfig(void);
extern bool isJapanMode();
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif
diff --git a/engines/tinsel/coroutine.h b/engines/tinsel/coroutine.h
index 34d4865ce9..d4cd54a8db 100644
--- a/engines/tinsel/coroutine.h
+++ b/engines/tinsel/coroutine.h
@@ -242,6 +242,6 @@ public:
//@}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_COROUTINE_H
diff --git a/engines/tinsel/cursor.cpp b/engines/tinsel/cursor.cpp
index 1775eab891..15f8f05e07 100644
--- a/engines/tinsel/cursor.cpp
+++ b/engines/tinsel/cursor.cpp
@@ -693,4 +693,4 @@ bool isCursorShown() {
return !(bTempHide || bHiddenCursor);
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/cursor.h b/engines/tinsel/cursor.h
index 2648bca1ed..b3f7203f2b 100644
--- a/engines/tinsel/cursor.h
+++ b/engines/tinsel/cursor.h
@@ -55,6 +55,6 @@ void RebootCursor(void);
void StartCursorFollowed(void);
void EndCursorFollowed(void);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_CURSOR_H
diff --git a/engines/tinsel/dialogs.cpp b/engines/tinsel/dialogs.cpp
index 1deed09f17..9550500867 100644
--- a/engines/tinsel/dialogs.cpp
+++ b/engines/tinsel/dialogs.cpp
@@ -5738,4 +5738,4 @@ bool IsConvWindow(void) {
return (InventoryState == ACTIVE_INV && ino == INV_CONV);
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/dialogs.h b/engines/tinsel/dialogs.h
index 91fb7f3240..9834d6ce57 100644
--- a/engines/tinsel/dialogs.h
+++ b/engines/tinsel/dialogs.h
@@ -165,6 +165,6 @@ void SetObjectFilm(int object, SCNHANDLE hFilm);
void ObjectEvent(CORO_PARAM, int objId, TINSEL_EVENT event, bool bWait, int myEscape, bool *result = NULL);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif /* TINSEL_INVENTRY_H */
diff --git a/engines/tinsel/drives.cpp b/engines/tinsel/drives.cpp
index 864c554b9c..b611e386b1 100644
--- a/engines/tinsel/drives.cpp
+++ b/engines/tinsel/drives.cpp
@@ -176,4 +176,4 @@ bool TinselFile::open(const Common::String &filename) {
return Common::File::open(newFilename);
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/drives.h b/engines/tinsel/drives.h
index 339f4384d0..51f9b0ca92 100644
--- a/engines/tinsel/drives.h
+++ b/engines/tinsel/drives.h
@@ -70,6 +70,6 @@ public:
};
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif /* TINSEL_DRIVES_H */
diff --git a/engines/tinsel/dw.h b/engines/tinsel/dw.h
index 943d728354..8bd7ca1a4e 100644
--- a/engines/tinsel/dw.h
+++ b/engines/tinsel/dw.h
@@ -117,6 +117,6 @@ enum LANGUAGE {
#define CANNOT_FIND_FILE "Cannot find file %s"
#define NO_MEM "Cannot allocate memory for %s!"
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_DW_H
diff --git a/engines/tinsel/events.cpp b/engines/tinsel/events.cpp
index ea5dbf0655..55841e369d 100644
--- a/engines/tinsel/events.cpp
+++ b/engines/tinsel/events.cpp
@@ -668,4 +668,4 @@ bool GetProvNotProcessed() {
return bProvNotProcessed;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/events.h b/engines/tinsel/events.h
index b26bb2c5b0..38fbb69715 100644
--- a/engines/tinsel/events.h
+++ b/engines/tinsel/events.h
@@ -139,6 +139,6 @@ void ProcessedProvisional(void);
void ProvNotProcessed(void);
bool GetProvNotProcessed();
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif /* TINSEL_EVENTS_H */
diff --git a/engines/tinsel/faders.cpp b/engines/tinsel/faders.cpp
index 271bc52da9..1500a56c6d 100644
--- a/engines/tinsel/faders.cpp
+++ b/engines/tinsel/faders.cpp
@@ -241,4 +241,4 @@ void PokeInTagColour(void) {
}
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/faders.h b/engines/tinsel/faders.h
index 6e716c3604..b6993039c4 100644
--- a/engines/tinsel/faders.h
+++ b/engines/tinsel/faders.h
@@ -52,6 +52,6 @@ void FadeInMedium(SCNHANDLE noFadeTable[]);
void FadeInFast(SCNHANDLE noFadeTable[]);
void PokeInTagColour(void);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_FADERS_H
diff --git a/engines/tinsel/film.h b/engines/tinsel/film.h
index c8bf4604bc..231fbf28db 100644
--- a/engines/tinsel/film.h
+++ b/engines/tinsel/film.h
@@ -45,6 +45,6 @@ struct FILM {
#include "common/pack-end.h" // END STRUCT PACKING
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif
diff --git a/engines/tinsel/font.h b/engines/tinsel/font.h
index fe2936eb80..e6e202fe6f 100644
--- a/engines/tinsel/font.h
+++ b/engines/tinsel/font.h
@@ -53,6 +53,6 @@ void ResetFontHandles(void);
void FettleFontPal(SCNHANDLE fontPal);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_FONT_H
diff --git a/engines/tinsel/graphics.h b/engines/tinsel/graphics.h
index 9a05dbe785..8b8bb6488d 100644
--- a/engines/tinsel/graphics.h
+++ b/engines/tinsel/graphics.h
@@ -68,6 +68,6 @@ void DrawObject(DRAWOBJECT *pObj);
// called to update a rectangle on the video screen from a video page
void UpdateScreenRect(const Common::Rect &pClip);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif
diff --git a/engines/tinsel/handle.cpp b/engines/tinsel/handle.cpp
index 5ef5bea702..93536fd4e5 100644
--- a/engines/tinsel/handle.cpp
+++ b/engines/tinsel/handle.cpp
@@ -554,4 +554,4 @@ int CdNumber(SCNHANDLE offset) {
return GetCD(pH->flags2 & fAllCds);
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/handle.h b/engines/tinsel/handle.h
index 0e40309f11..4665124e5a 100644
--- a/engines/tinsel/handle.h
+++ b/engines/tinsel/handle.h
@@ -62,6 +62,6 @@ void LoadExtraGraphData(
int CdNumber(SCNHANDLE offset);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_HANDLE_H
diff --git a/engines/tinsel/heapmem.cpp b/engines/tinsel/heapmem.cpp
index 5db2918d2f..edd012e760 100644
--- a/engines/tinsel/heapmem.cpp
+++ b/engines/tinsel/heapmem.cpp
@@ -603,4 +603,4 @@ MEM_NODE *MemoryHandle(void *pMem) {
return NULL;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/heapmem.h b/engines/tinsel/heapmem.h
index 7fb85985a9..358c5f77b5 100644
--- a/engines/tinsel/heapmem.h
+++ b/engines/tinsel/heapmem.h
@@ -104,6 +104,6 @@ bool HeapCompact( // Allocates the specified number of bytes from the specified
long size, // number of bytes to free up
bool bDiscard); // when set - will discard blocks to fullfill the request
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif
diff --git a/engines/tinsel/mareels.cpp b/engines/tinsel/mareels.cpp
index cb20bac627..e0419cc1ec 100644
--- a/engines/tinsel/mareels.cpp
+++ b/engines/tinsel/mareels.cpp
@@ -190,4 +190,4 @@ void TouchMoverReels(void) {
} while ((pMover = NextMover(pMover)) != NULL);
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/mareels.h b/engines/tinsel/mareels.h
index cca406a04b..8421fa2ff4 100644
--- a/engines/tinsel/mareels.h
+++ b/engines/tinsel/mareels.h
@@ -51,6 +51,6 @@ void RebootScalingReels(void);
void TouchMoverReels(void);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif
diff --git a/engines/tinsel/move.cpp b/engines/tinsel/move.cpp
index 25aeec67ba..84caa5082d 100644
--- a/engines/tinsel/move.cpp
+++ b/engines/tinsel/move.cpp
@@ -1745,4 +1745,4 @@ void DoMoveActor(PMOVER pActor) {
}
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/move.h b/engines/tinsel/move.h
index 9ab703839f..86100fae8e 100644
--- a/engines/tinsel/move.h
+++ b/engines/tinsel/move.h
@@ -45,6 +45,6 @@ int GetLastLeadYdest(void);
DIRECTION GetDirection(int fromx, int fromy, int tox, int toy, DIRECTION lastreel,
HPOLYGON hPath, YBIAS yBias = YB_X2);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif /* TINSEL_MOVE_H */
diff --git a/engines/tinsel/multiobj.cpp b/engines/tinsel/multiobj.cpp
index b375f8bad5..fad6fa2951 100644
--- a/engines/tinsel/multiobj.cpp
+++ b/engines/tinsel/multiobj.cpp
@@ -562,4 +562,4 @@ void MultiForceRedraw(POBJECT pMultiObj) {
} while (pMultiObj != NULL);
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/multiobj.h b/engines/tinsel/multiobj.h
index 9bf1579363..79984f8dff 100644
--- a/engines/tinsel/multiobj.h
+++ b/engines/tinsel/multiobj.h
@@ -128,6 +128,6 @@ bool MultiHasShape( // Returns TRUE if the object currently has an image
void MultiForceRedraw(
POBJECT pMultiObj); // multi-part object to be forced
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_MULTIOBJ_H
diff --git a/engines/tinsel/object.cpp b/engines/tinsel/object.cpp
index adea6fbc21..a308745743 100644
--- a/engines/tinsel/object.cpp
+++ b/engines/tinsel/object.cpp
@@ -535,4 +535,4 @@ OBJECT *TranslucentObject(int width, int height) {
return pRect;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/object.h b/engines/tinsel/object.h
index f77c113482..3dafcb3522 100644
--- a/engines/tinsel/object.h
+++ b/engines/tinsel/object.h
@@ -205,6 +205,6 @@ IMAGE *GetImageFromFilm(SCNHANDLE hFilm, int reel, const FREEL **ppfr = 0,
const MULTI_INIT **ppmi = 0, const FILM **ppfilm = 0);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_OBJECT_H
diff --git a/engines/tinsel/palette.cpp b/engines/tinsel/palette.cpp
index 84e88fe06b..8918aa47e6 100644
--- a/engines/tinsel/palette.cpp
+++ b/engines/tinsel/palette.cpp
@@ -655,4 +655,4 @@ void SetTalkTextOffset(int offset) {
talkIndex = offset;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/palette.h b/engines/tinsel/palette.h
index 259f693923..d5b64ae11f 100644
--- a/engines/tinsel/palette.h
+++ b/engines/tinsel/palette.h
@@ -179,6 +179,6 @@ void SetTalkTextOffset(int offset);
void SetTranslucencyOffset(int offset);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_PALETTE_H
diff --git a/engines/tinsel/pcode.cpp b/engines/tinsel/pcode.cpp
index 07503ad2af..448972b7ed 100644
--- a/engines/tinsel/pcode.cpp
+++ b/engines/tinsel/pcode.cpp
@@ -917,4 +917,4 @@ void CheckOutWaiters(void) {
}
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/pcode.h b/engines/tinsel/pcode.h
index fad50cdb9d..02a091e617 100644
--- a/engines/tinsel/pcode.h
+++ b/engines/tinsel/pcode.h
@@ -175,6 +175,6 @@ void WaitInterpret(CORO_PARAM, PPROCESS pWaitProc, bool *result);
#define ST_ON 0 //
#define ST_OFF 1 // SubTitles()
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_PCODE_H
diff --git a/engines/tinsel/pdisplay.cpp b/engines/tinsel/pdisplay.cpp
index 17e9a3a517..25e3ec0a5e 100644
--- a/engines/tinsel/pdisplay.cpp
+++ b/engines/tinsel/pdisplay.cpp
@@ -847,4 +847,4 @@ void setshowstring(void) {
bShowString = true;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/pdisplay.h b/engines/tinsel/pdisplay.h
index 7a67f3541c..d2efc23f96 100644
--- a/engines/tinsel/pdisplay.h
+++ b/engines/tinsel/pdisplay.h
@@ -32,6 +32,6 @@ namespace Tinsel {
void EnableTags(void);
void DisableTags(void);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif /* TINSEL_PDISPLAY_H */
diff --git a/engines/tinsel/pid.h b/engines/tinsel/pid.h
index c7872d6432..786ccc6327 100644
--- a/engines/tinsel/pid.h
+++ b/engines/tinsel/pid.h
@@ -75,6 +75,6 @@ namespace Tinsel {
#define PID_GPROCESS 0x0120 // Global process base
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_PID_H
diff --git a/engines/tinsel/play.cpp b/engines/tinsel/play.cpp
index 90709f6d31..b5967efa37 100644
--- a/engines/tinsel/play.cpp
+++ b/engines/tinsel/play.cpp
@@ -1169,4 +1169,4 @@ void RestoreActorReels(SCNHANDLE hFilm, int actor, int x, int y) {
}
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/play.h b/engines/tinsel/play.h
index dd79b304f8..7ac166f26a 100644
--- a/engines/tinsel/play.h
+++ b/engines/tinsel/play.h
@@ -59,6 +59,6 @@ void NoSoundReels(void);
void SaveSoundReels(PSOUNDREELS psr);
void RestoreSoundReels(PSOUNDREELS psr);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif
diff --git a/engines/tinsel/polygons.cpp b/engines/tinsel/polygons.cpp
index 3ee88c3112..53358aa9a2 100644
--- a/engines/tinsel/polygons.cpp
+++ b/engines/tinsel/polygons.cpp
@@ -2376,4 +2376,4 @@ void DisableExit(int exitno) {
}
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/polygons.h b/engines/tinsel/polygons.h
index 7cb22a1b8a..23beb76d6c 100644
--- a/engines/tinsel/polygons.h
+++ b/engines/tinsel/polygons.h
@@ -156,6 +156,6 @@ void MovePolygonTo(PTYPE ptype, int id, int x, int y);
/*-------------------------------------------------------------------------*/
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif /* TINSEL_POLYGONS_H */
diff --git a/engines/tinsel/rince.cpp b/engines/tinsel/rince.cpp
index 5a46da4e05..21cbb76127 100644
--- a/engines/tinsel/rince.cpp
+++ b/engines/tinsel/rince.cpp
@@ -965,4 +965,4 @@ void StopMover(PMOVER pMover) {
DoMoveActor(pMover);
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/rince.h b/engines/tinsel/rince.h
index 4a60fdca07..aa6f16d795 100644
--- a/engines/tinsel/rince.h
+++ b/engines/tinsel/rince.h
@@ -222,6 +222,6 @@ enum {
/*----------------------------------------------------------------------*/
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif /* TINSEL_RINCE_H */
diff --git a/engines/tinsel/saveload.cpp b/engines/tinsel/saveload.cpp
index 0069778531..79a47bc026 100644
--- a/engines/tinsel/saveload.cpp
+++ b/engines/tinsel/saveload.cpp
@@ -583,4 +583,4 @@ int NewestSavedGame(void) {
return (numFiles == 0) ? -1 : 0;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/savescn.cpp b/engines/tinsel/savescn.cpp
index 32f375290f..16634b321b 100644
--- a/engines/tinsel/savescn.cpp
+++ b/engines/tinsel/savescn.cpp
@@ -474,4 +474,4 @@ void TinselSaveScene(CORO_PARAM) {
CORO_END_CODE;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/savescn.h b/engines/tinsel/savescn.h
index e7a4f18adf..0f272c21bb 100644
--- a/engines/tinsel/savescn.h
+++ b/engines/tinsel/savescn.h
@@ -114,6 +114,6 @@ void RequestRestoreGame(int num, SAVED_DATA *sd, int *ssCount, SAVED_DATA *ssDat
void InitialiseSaveScenes(void);
void FreeSaveScenes(void);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif /* TINSEL_SAVESCN_H */
diff --git a/engines/tinsel/scene.cpp b/engines/tinsel/scene.cpp
index a9ad9617c0..3f28018c71 100644
--- a/engines/tinsel/scene.cpp
+++ b/engines/tinsel/scene.cpp
@@ -494,4 +494,4 @@ void WrapScene(void) {
SendSceneTinselProcess(CLOSEDOWN);
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/scene.h b/engines/tinsel/scene.h
index e47f0b864c..8420c3f1cc 100644
--- a/engines/tinsel/scene.h
+++ b/engines/tinsel/scene.h
@@ -92,6 +92,6 @@ void EndScene(void);
void SendSceneTinselProcess(TINSEL_EVENT event);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_SCENE_H
diff --git a/engines/tinsel/sched.cpp b/engines/tinsel/sched.cpp
index 295df019c8..d39d01117b 100644
--- a/engines/tinsel/sched.cpp
+++ b/engines/tinsel/sched.cpp
@@ -759,4 +759,4 @@ void FreeGlobalProcesses() {
numGlobalProcess = 0;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/sched.h b/engines/tinsel/sched.h
index 67b11271cd..07ca44bf54 100644
--- a/engines/tinsel/sched.h
+++ b/engines/tinsel/sched.h
@@ -143,6 +143,6 @@ void RestoreGlobalProcess(INT_CONTEXT *pic);
void KillGlobalProcesses(void);
void FreeGlobalProcesses();
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_SCHED_H
diff --git a/engines/tinsel/scn.cpp b/engines/tinsel/scn.cpp
index e0b4188b90..6672b35b27 100644
--- a/engines/tinsel/scn.cpp
+++ b/engines/tinsel/scn.cpp
@@ -82,4 +82,4 @@ int ExtractActor(SCNHANDLE hFilm) {
return (int)FROM_LE_32(pmi->mulID);
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/scn.h b/engines/tinsel/scn.h
index 2e49765351..6c57a595f8 100644
--- a/engines/tinsel/scn.h
+++ b/engines/tinsel/scn.h
@@ -94,6 +94,6 @@ namespace Tinsel {
byte *FindChunk(SCNHANDLE handle, uint32 chunk);
int ExtractActor(SCNHANDLE hFilm);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif /* TINSEL_SCN_H */
diff --git a/engines/tinsel/scroll.cpp b/engines/tinsel/scroll.cpp
index f31f596c43..65980c061b 100644
--- a/engines/tinsel/scroll.cpp
+++ b/engines/tinsel/scroll.cpp
@@ -532,4 +532,4 @@ bool IsScrolling(void) {
return (LeftScroll || DownScroll);
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/scroll.h b/engines/tinsel/scroll.h
index 864fe74beb..2c5f52d9ec 100644
--- a/engines/tinsel/scroll.h
+++ b/engines/tinsel/scroll.h
@@ -87,6 +87,6 @@ void SetScrollParameters(int xTrigger, int xDistance, int xSpeed, int yTriggerTo
bool IsScrolling(void);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif /* TINSEL_SCROLL_H */
diff --git a/engines/tinsel/sound.cpp b/engines/tinsel/sound.cpp
index 528a0c78f8..ad7027c3e4 100644
--- a/engines/tinsel/sound.cpp
+++ b/engines/tinsel/sound.cpp
@@ -567,4 +567,4 @@ void SoundManager::closeSampleStream(void) {
_sampleIndexLen = 0;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/sound.h b/engines/tinsel/sound.h
index 27682a4a21..4f37108949 100644
--- a/engines/tinsel/sound.h
+++ b/engines/tinsel/sound.h
@@ -125,6 +125,6 @@ public:
void closeSampleStream(void);
};
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_SOUND_H
diff --git a/engines/tinsel/strres.cpp b/engines/tinsel/strres.cpp
index 6f0c471878..2e9bade209 100644
--- a/engines/tinsel/strres.cpp
+++ b/engines/tinsel/strres.cpp
@@ -439,4 +439,4 @@ SCNHANDLE LanguageFlag(LANGUAGE thisOne) {
return languages[thisOne].hFlagFilm;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/strres.h b/engines/tinsel/strres.h
index c996317b21..1c8e8f56cd 100644
--- a/engines/tinsel/strres.h
+++ b/engines/tinsel/strres.h
@@ -96,7 +96,7 @@ LANGUAGE PrevLanguage(LANGUAGE thisOne);
SCNHANDLE LanguageDesc(LANGUAGE thisOne);
SCNHANDLE LanguageFlag(LANGUAGE thisOne);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif
diff --git a/engines/tinsel/sysvar.cpp b/engines/tinsel/sysvar.cpp
index c489e4523b..88c702609d 100644
--- a/engines/tinsel/sysvar.cpp
+++ b/engines/tinsel/sysvar.cpp
@@ -215,4 +215,4 @@ void SetNoBlocking(bool flag) {
SetSysVar(ISV_NO_BLOCKING, flag);
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/sysvar.h b/engines/tinsel/sysvar.h
index 8866558e62..0cb830ec91 100644
--- a/engines/tinsel/sysvar.h
+++ b/engines/tinsel/sysvar.h
@@ -144,6 +144,6 @@ bool GetNoBlocking(void);
void SetNoBlocking(bool flag);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif
diff --git a/engines/tinsel/text.cpp b/engines/tinsel/text.cpp
index fbeee9b8ed..c7c921b935 100644
--- a/engines/tinsel/text.cpp
+++ b/engines/tinsel/text.cpp
@@ -277,4 +277,4 @@ bool IsCharImage(SCNHANDLE hFont, char c) {
return pFont->fontDef[c2] != 0;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/text.h b/engines/tinsel/text.h
index 29e1a08bfe..3a61eb3cfc 100644
--- a/engines/tinsel/text.h
+++ b/engines/tinsel/text.h
@@ -108,6 +108,6 @@ bool IsCharImage( // Is there an image for this character in this font?
SCNHANDLE hFont, // which font to use
char c); // character to test
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_TEXT_H
diff --git a/engines/tinsel/timers.cpp b/engines/tinsel/timers.cpp
index a627b05c31..8ac715a52b 100644
--- a/engines/tinsel/timers.cpp
+++ b/engines/tinsel/timers.cpp
@@ -189,4 +189,4 @@ int Timer(int num) {
return pt->secs;
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/timers.h b/engines/tinsel/timers.h
index a03786ff97..5437890790 100644
--- a/engines/tinsel/timers.h
+++ b/engines/tinsel/timers.h
@@ -50,6 +50,6 @@ void StartTimer(int num, int sval, bool up, bool frame);
int Timer(int num);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif
diff --git a/engines/tinsel/tinlib.cpp b/engines/tinsel/tinlib.cpp
index 2a5fc5af08..0f83906917 100644
--- a/engines/tinsel/tinlib.cpp
+++ b/engines/tinsel/tinlib.cpp
@@ -5642,4 +5642,4 @@ int CallLibraryRoutine(CORO_PARAM, int operand, int32 *pp, const INT_CONTEXT *pi
//error("Can't possibly get here");
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/tinlib.h b/engines/tinsel/tinlib.h
index 6dded5a563..27d38a9a22 100644
--- a/engines/tinsel/tinlib.h
+++ b/engines/tinsel/tinlib.h
@@ -64,6 +64,6 @@ void KeepOnScreen(OBJECT *pText, int *pTextX, int *pTextY);
enum SPEECH_TYPE { IS_SAY, IS_SAYAT, IS_TALK, IS_TALKAT };
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_TINLIB_H
diff --git a/engines/tinsel/token.cpp b/engines/tinsel/token.cpp
index 0bdac0d6eb..1c78f462b1 100644
--- a/engines/tinsel/token.cpp
+++ b/engines/tinsel/token.cpp
@@ -126,4 +126,4 @@ void FreeAllTokens(void) {
}
}
-} // end of namespace Tinsel
+} // End of namespace Tinsel
diff --git a/engines/tinsel/token.h b/engines/tinsel/token.h
index 4ab4775bfb..906ce4589d 100644
--- a/engines/tinsel/token.h
+++ b/engines/tinsel/token.h
@@ -52,6 +52,6 @@ void FreeAllTokens(void);
bool TestToken(int which);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif // TINSEL_TOKEN_H