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
13 lines
289 B
Diff
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() {
|