projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d9f987
)
Ooops, looks like I removed a line.
author
Ricardo Cruz
<rick2@aeiou.pt>
Fri, 9 Jul 2004 11:07:41 +0000
(11:07 +0000)
committer
Ricardo Cruz
<rick2@aeiou.pt>
Fri, 9 Jul 2004 11:07:41 +0000
(11:07 +0000)
SVN-Revision: 1553
src/title.cpp
patch
|
blob
|
history
diff --git
a/src/title.cpp
b/src/title.cpp
index
b348a46
..
e173d36
100644
(file)
--- a/
src/title.cpp
+++ b/
src/title.cpp
@@
-337,6
+337,7
@@
void title(void)
update_load_save_game_menu(load_game_menu);
Menu::set_current(main_menu);
+ update_time = st_get_ticks();
}
else if (process_load_game_menu())
{