mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
509 B

  1. Benjamin Schieder:
  2. hotfix crackattack for freeglut
  3. --- crack-attack-1.1.14/src/Attack.cxx 2005-05-13 21:00:02.000000000 +0200
  4. +++ crack-attack-1.1.14-patched/src/Attack.cxx 2007-03-06 17:09:45.000000000 +0100
  5. @@ -83,6 +83,7 @@ int main ( int argc, char **argv )
  6. int height = -1, width = -1;
  7. player_name[0] = '\0';
  8. + glutInit(&argc, argv);
  9. parseCommandLine(argc, argv, mode, port, host_name, player_name, height, width);
  10. run_crack_attack(mode, port, host_name, player_name, height, width);