Compilation fixes for SDL 1.3/2.0, Alien Blaster compiles but does not start
This commit is contained in:
@@ -26,7 +26,7 @@ echo "If you will supply empty string as answer the previous value will be used"
|
||||
|
||||
if [ -z "$LibSdlVersion" -o -z "$AUTO" ]; then
|
||||
echo
|
||||
echo -n "libSDL version to use (1.2 or 1.3) ($LibSdlVersion): "
|
||||
echo -n "libSDL version to use (1.2 or 1.3, specify 1.3 for SDL2) ($LibSdlVersion): "
|
||||
read var
|
||||
if [ -n "$var" ] ; then
|
||||
LibSdlVersion="$var"
|
||||
|
||||
Reference in New Issue
Block a user