Skip to content
Snippets Groups Projects
Commit b0183ebc authored by Oz Linden's avatar Oz Linden
Browse files

merge changes for storm-1136

parents a4decda7 c797cf65
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,9 @@
#include "llui.h"
static S32 DAYS_PER_MONTH_NOLEAP[] =
{ 31, 28, 21, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
{ 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
static S32 DAYS_PER_MONTH_LEAP[] =
{ 31, 29, 21, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
{ 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
static S32 days_from_month(S32 year, S32 month)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment