X-Git-Url: http://uxul.de/gitweb/?p=uxul-world.git;a=blobdiff_plain;f=game.lisp;fp=game.lisp;h=cc389c253fb21f76880d0df8de97af2df89cf206;hp=c026d4d38b0a83d475ff0693126f575506e9c13c;hb=3513580fa41deb8023977f77e64997708ff26455;hpb=3a5b6fe5b066ace9e3d03ec20c96c224cdbeb0b8 diff --git a/game.lisp b/game.lisp index c026d4d..cc389c2 100755 --- a/game.lisp +++ b/game.lisp @@ -22,8 +22,9 @@ drawn (for very slow computers)" (sdl:window +screen-width+ +screen-height+ :title-caption "Uxul World" :icon-caption "Uxul World" + ;:opengl T :flags (logior sdl:sdl-hw-accel sdl:sdl-hw-surface) - ;:flags (logior sdl:sdl-hw-surface) #| sdl:sdl-fullscreen )|# + :flags (logior sdl:sdl-hw-surface) #| sdl:sdl-fullscreen )|# ) ;;(if music (sdl-mixer:OPEN-AUDIO :frequency 44100)) (let ((*graphics-table* (make-hash-table :test #'equal)))