lugaru/lugaru-1.0.rev506-no-return.patch
Cristian Morales Vega ad077153c8 Accepting request 128072 from home:kkirill:branches:games
Update to rev 506 to fix problem with not saving user progress and to add some new intrusive features. Switched to _service to make verificaiton easier

OBS-URL: https://build.opensuse.org/request/show/128072
OBS-URL: https://build.opensuse.org/package/show/games/lugaru?expand=0&rev=8
2012-07-16 22:52:58 +00:00

13 lines
289 B
Diff

Index: Source/Game.cpp
===================================================================
--- Source/Game.cpp.orig
+++ Source/Game.cpp
@@ -328,6 +328,7 @@ int Game::thread(void *data) {
if(pt) {
(pt->game->*(pt->method))();
}
+ return 0;
}
void Game::DrawGL() {