This commit is contained in:
Sean Burke
2003-07-03 18:13:13 +00:00
parent 751dd58744
commit 0ce8229701
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -404,4 +404,4 @@ void ModeSwitcher::PrevMode(int pn)
m_Stylename.SetText(GetStyleName());
m_Nextmode.SetText(GetNextStyleName());
m_Prevmode.SetText(GetPrevStyleName());
}
}
+1 -1
View File
@@ -398,4 +398,4 @@ void ScreenPlayerOptions::HandleScreenMessage( const ScreenMessage SM )
break;
}
ScreenOptions::HandleScreenMessage( SM );
}
}
+1 -1
View File
@@ -93,4 +93,4 @@ void ScreenSandbox::MenuRight( PlayerNumber pn )
{
m_Out.Load( THEME->GetPathToB("_menu out") );
m_Out.StartTransitioning();
}
}
+1 -1
View File
@@ -1,3 +1,3 @@
#include <string>
template class std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >;
template class std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >;