mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
@@ -114,7 +114,6 @@ public:
|
||||
int glow;
|
||||
int slowsine;
|
||||
int glowdir;
|
||||
int splitseconds[30];
|
||||
};
|
||||
|
||||
#ifndef HELP_DEFINITION
|
||||
|
||||
Reference in New Issue
Block a user