mirror of
https://git.wetfence.xyz/RandyTheSilly/Trigalarm.git
synced 2026-09-02 16:47:14 -04:00
Increase type diversity (increased chance of obtuse triangles)
This commit is contained in:
+1
-1
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user