#!/bin/sh

export DYLD_LIBRARY_PATH="${0%/*}"
	# same dir as the executable

exec "$0"-bin "$@" -notexturenonpoweroftwo +"r_glsl 0" +"gl_lockarrays 0"
