(svn r25506) -Document: a function, and name it slightly better

This commit is contained in:
rubidium
2013-06-28 21:11:35 +00:00
parent 31af0a3397
commit 5b2a5ac790
5 changed files with 11 additions and 6 deletions

View File

@@ -172,7 +172,7 @@ int CDECL main(int argc, char *argv[])
{
SetRandomSeed(time(NULL));
return ttd_main(argc, argv);
return openttd_main(argc, argv);
}
bool GetClipboardContents(char *buffer, size_t buff_len)