Skip to content

Commit

Permalink
Bumped version to 1.2, added instructions in README file for openSUSE…
Browse files Browse the repository at this point in the history
… users
  • Loading branch information
nevat committed Aug 24, 2014
1 parent b1ce2a5 commit 4fcc9e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ For Ubuntu users, run this:

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

For openSUSE users, run this:

$ zypper in gcc libSDL-devel libSDL_mixer-devel libSDL_image-devel libSDL_ttf-devel libSDL_gfx-devel

Unpack the source code file:

$ tar vxfz abbaye_linux_beta.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ main ()

/* Iniciar SDL */
iniciar_sdl ();
SDL_WM_SetCaption("Abbaye des Morts - v1.13", "Abbaye des Morts");
SDL_WM_SetCaption("Abbaye des Morts - v1.2", "Abbaye des Morts");
#ifdef _RENDER_320_240
pantalla = SDL_SetVideoMode(320,240,8,SDL_HWSURFACE|SDL_DOUBLEBUF);
#else
Expand Down

0 comments on commit 4fcc9e6

Please sign in to comment.