Remove splitseconds lookup table and inline it

There's really no reason for this simple multiplication plus division to
be in a lookup table. The compiler will optimize it faster than putting
it in a lookup table will, I'm sure.
This commit is contained in:
Misa
2021-09-24 16:02:22 -07:00
parent f48e385e68
commit 3fcab3a395
2 changed files with 2 additions and 8 deletions

View File

@@ -114,7 +114,6 @@ public:
int glow;
int slowsine;
int glowdir;
int splitseconds[30];
};
#ifndef HELP_DEFINITION