lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 24.11-pre 10 lines 342 B view raw
1--- crack-attack-1.1.14/src/Attack.cxx 2+++ crack-attack-1.1.14/src/Attack.cxx 3@@ -83,6 +83,7 @@ 4 int height = -1, width = -1; 5 6 player_name[0] = '\0'; 7+ glutInit(&argc, argv); 8 parseCommandLine(argc, argv, mode, port, host_name, player_name, height, width); 9 run_crack_attack(mode, port, host_name, player_name, height, width); 10