Skip to content

Commit 4fcc9e6

Browse files
committed
Bumped version to 1.2, added instructions in README file for openSUSE users
1 parent b1ce2a5 commit 4fcc9e6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ For Ubuntu users, run this:
1717

1818
$ sudo apt-get install gcc libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev
1919

20+
For openSUSE users, run this:
21+
22+
$ zypper in gcc libSDL-devel libSDL_mixer-devel libSDL_image-devel libSDL_ttf-devel libSDL_gfx-devel
23+
2024
Unpack the source code file:
2125

2226
$ tar vxfz abbaye_linux_beta.tar.gz

src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ main ()
5959

6060
/* Iniciar SDL */
6161
iniciar_sdl ();
62-
SDL_WM_SetCaption("Abbaye des Morts - v1.13", "Abbaye des Morts");
62+
SDL_WM_SetCaption("Abbaye des Morts - v1.2", "Abbaye des Morts");
6363
#ifdef _RENDER_320_240
6464
pantalla = SDL_SetVideoMode(320,240,8,SDL_HWSURFACE|SDL_DOUBLEBUF);
6565
#else

0 commit comments

Comments
 (0)