Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37847360
en ru br
ALT Linux repos
S:1.1-alt5_0.38.pre2

Group :: Games/Other
RPM: atomorun

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: atomorun-1.1-missing-protos.patch
Download


diff -up atomorun-1.1_pre2/src/events.c~ atomorun-1.1_pre2/src/events.c
--- atomorun-1.1_pre2/src/events.c~	2008-04-02 19:35:48.000000000 +0200
+++ atomorun-1.1_pre2/src/events.c	2008-04-02 19:35:48.000000000 +0200
@@ -1,4 +1,5 @@
 #include "main.h"
+#include "scenes.h"
 
 static void handle_key_down( SDL_keysym* keysym ) /* Werden Tasten gedrückt? */
 {
diff -up atomorun-1.1_pre2/src/objects.h~ atomorun-1.1_pre2/src/objects.h
--- atomorun-1.1_pre2/src/objects.h~	2008-04-02 19:36:26.000000000 +0200
+++ atomorun-1.1_pre2/src/objects.h	2008-04-02 19:36:26.000000000 +0200
@@ -8,4 +8,6 @@ void draw_skybox(void);
 /* Charakter: */
 void DrawGlasses(void);
 void DrawBody(void);
+void DrawFoot(void);
+
 #endif
diff -up atomorun-1.1_pre2/src/engine_setup.c~ atomorun-1.1_pre2/src/engine_setup.c
--- atomorun-1.1_pre2/src/engine_setup.c~	2008-04-02 19:34:45.000000000 +0200
+++ atomorun-1.1_pre2/src/engine_setup.c	2008-04-02 19:34:45.000000000 +0200
@@ -1,5 +1,6 @@
 #include "main.h"
 #include "objects.h"
+#include <time.h>
 
 void play_sound(GLint sound_id)
 {
diff -up atomorun-1.1_pre2/src/scenes.h~ atomorun-1.1_pre2/src/scenes.h
--- atomorun-1.1_pre2/src/scenes.h~	2008-04-02 19:35:32.000000000 +0200
+++ atomorun-1.1_pre2/src/scenes.h	2008-04-02 19:35:32.000000000 +0200
@@ -4,5 +4,6 @@
 void set_default(void);
 void menu(void);
 void level(void);
+void skip_intro(void);
 
 #endif
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin