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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user