'repeat one song' mode added + memleak fix and some code clean-ups
This commit is contained in:
@@ -586,6 +586,11 @@ void EnableColors()
|
||||
}
|
||||
}
|
||||
|
||||
Window * Window::EmptyClone()
|
||||
{
|
||||
return new Window(GetStartX(),GetStartY(),GetWidth(),GetHeight(),itsTitle,itsBaseColor,itsBorder);
|
||||
}
|
||||
|
||||
char * ToString(const wchar_t *ws)
|
||||
{
|
||||
string s;
|
||||
|
||||
Reference in New Issue
Block a user