Make check_for_intel() call automatically

This will avoid future repeats of the situation where it took way too long
to figure out why a unit test wasn't working
This commit is contained in:
2024-09-15 11:17:54 -05:00
committed by Celtic Minstrel
parent 6df00a3035
commit d76787932d
6 changed files with 25 additions and 21 deletions

View File

@@ -129,7 +129,6 @@ int main(int argc, char* argv[]) {
init_menubar(); // This is called twice because Windows and Mac have different ordering requirements
#endif
check_for_intel();
game_rand.seed(time(nullptr));
set_up_apple_events();