s/ThrowFatal/Throw/

This commit is contained in:
Glenn Maynard
2002-12-21 18:32:06 +00:00
parent e7c32293da
commit 783a9de6b0
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const char* RageException::what() const throw ()
return m_sError;
}
RageException::ThrowFatal(const char *fmt, ...)
RageException::Throw(const char *fmt, ...)
{
va_list va;
va_start(va, fmt);