diff --git a/source/ProgrammingSchedule.xls b/source/ProgrammingSchedule.xls index 4466ac3577..cd2a0b3999 100755 Binary files a/source/ProgrammingSchedule.xls and b/source/ProgrammingSchedule.xls differ diff --git a/source/ps/CConsole.cpp b/source/ps/CConsole.cpp index a7927db7c8..1f0d10012d 100755 --- a/source/ps/CConsole.cpp +++ b/source/ps/CConsole.cpp @@ -116,6 +116,7 @@ void CConsole::RegisterFunc(fptr F, const wchar_t* szName) delete[] copy; } + void CConsole::Update(const float DeltaTime) { if(m_bToggle) diff --git a/source/ps/CConsole.h b/source/ps/CConsole.h index c8fb35f850..427a4042a8 100755 --- a/source/ps/CConsole.h +++ b/source/ps/CConsole.h @@ -1,3 +1,15 @@ +/*************************************************************************************** + AUTHOR: John M. Mena + EMAIL: JohnMMena@hotmail.com + FILE: CConsole.h + CREATED: 12/3/03 + COMPLETED: NULL + + DESCRIPTION: The class CConsole provides an interface to the + scripting abilities of an engine. +****************************************************************************************/ + + #include #include #include