remove .cal files

no initial days needed
This commit is contained in:
Ammerhai 2026-04-05 21:54:30 +02:00
parent b0a6e61917
commit e46ae17b75
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -13,11 +13,11 @@ extern bool should_exit;
extern bool show_demo_window;
//standard year
static int year = 2025;
static int year;
static int current_year = 2025;
static int current_month = 1;
static int current_day = 1;
static int current_year;
static int current_month;
static int current_day;
//fonts
static ImFont *inter_regular;