Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 32491 Details for
Bug 52723
ebuild: games-puzzle/mures
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mures-0.5-save.patch
mures-0.5-save.patch (text/plain), 468 bytes, created by
Alexandru Toma
on 2004-06-01 13:46:32 UTC
(
hide
)
Description:
mures-0.5-save.patch
Filename:
MIME Type:
Creator:
Alexandru Toma
Created:
2004-06-01 13:46:32 UTC
Size:
468 bytes
patch
obsolete
>--- gi_sdl.c.orig 2004-06-01 21:51:58.000000000 +0300 >+++ gi_sdl.c 2004-06-01 22:13:59.000000000 +0300 >@@ -606,6 +606,7 @@ > { > int i,found; > gi_sdl_data *data = &GI; >+ char temp_path[70]; > > switch(e.type) { > >@@ -714,7 +715,8 @@ > sim_start(&g->sim); > break; > case SDLK_F6: >- map_save(&g->sim.map, "saved.mus"); >+ sprintf(temp_path, "%s/saved.mus", getenv("HOME")); >+ map_save(&g->sim.map, temp_path); > break; > case SDLK_F1: > game_restart(g);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52723
:
32489
|
32490
| 32491 |
32513
|
32514
|
41311
|
41312
|
54582
|
55989