make version time just a date for easier display on the title screen

This commit is contained in:
Chris Danford
2008-11-23 07:26:57 +00:00
parent 3e6e7b3380
commit 88b2065fff
5 changed files with 172 additions and 5 deletions
-2
View File
@@ -1811,8 +1811,6 @@ public:
}
DEFINE_METHOD( GetSongColor, GetSongColor( Luna<Song>::check(L,1) ) )
DEFINE_METHOD( GetSongGroupColor, GetSongGroupColor( SArg(1) ) )
//static int GetSongGroupColor( T* p, lua_State *L ) { lua_pushstring( L, p->GetSongGroupColor(SArg(1)) ); return 1; }
LunaSongManager()
{