Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 52723 | Differences between
and this patch

Collapse All | Expand All

(-)gi_sdl.c.orig (-1 / +3 lines)
Lines 606-611 Link Here
606
{
606
{
607
  int i,found;
607
  int i,found;
608
  gi_sdl_data *data = &GI;
608
  gi_sdl_data *data = &GI;
609
  char temp_path[70];
609
610
610
  switch(e.type) {
611
  switch(e.type) {
611
612
Lines 714-720 Link Here
714
	  sim_start(&g->sim);
715
	  sim_start(&g->sim);
715
	break;
716
	break;
716
      case SDLK_F6:
717
      case SDLK_F6:
717
	map_save(&g->sim.map, "saved.mus");
718
	sprintf(temp_path, "%s/saved.mus", getenv("HOME"));
719
	map_save(&g->sim.map, temp_path);
718
	break;
720
	break;
719
      case SDLK_F1:
721
      case SDLK_F1:
720
	game_restart(g);
722
	game_restart(g);

Return to bug 52723