Increase type diversity (increased chance of obtuse triangles)

This commit is contained in:
2026-08-07 19:09:30 -04:00
parent 815018427f
commit d4f91ab171
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ static const char *s_cos;
static const char *s_tan;
// alarm drop menu options
static const char *s_options_type[3] = {"equilateral", "isosceles", "scalene"};
static const char *s_options_type[3] = {"acute", "obtuse", "right"};
static const char *s_options_function[3];
static char *s_options_over[3];
static char *s_options_under[3];