From 697230709be6b9460b4a3ac9bc8d9c7f065562d2 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 15 Aug 2011 20:47:59 +1000 Subject: TSAGE: Corrected casing of tSage namespace to be TsAGE This matches the casing of the original engine name. --- engines/tsage/events.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/tsage/events.cpp') diff --git a/engines/tsage/events.cpp b/engines/tsage/events.cpp index 59894f3300..44c79bd2fe 100644 --- a/engines/tsage/events.cpp +++ b/engines/tsage/events.cpp @@ -31,7 +31,7 @@ #include "tsage/tsage.h" #include "tsage/globals.h" -namespace tSage { +namespace TsAGE { EventsClass::EventsClass() { _currentCursor = CURSOR_NONE; @@ -325,4 +325,4 @@ void EventsClass::loadNotifierProc(bool postFlag) { } } -} // end of namespace tSage +} // end of namespace TsAGE -- cgit v1.2.3