Version 0.9.9 Fix1

origin
stpohle 23 years ago
parent 7395babf90
commit b5c272c5ce

@ -1,3 +1,8 @@
Version 0.9.9
=============
2003-06-21: fix1
- network packet timeout set down to 400ms
- screen clipping of gfx_AddUpdateRect - screen clipping of gfx_AddUpdateRect
- draw_field, draw_player and restore player function fixed, - draw_field, draw_player and restore player function fixed,
@ -5,8 +10,6 @@
fieldsize. (SDL BadValue) fieldsize. (SDL BadValue)
Version 0.9.9
=============
2003-06-12 2003-06-12
- PowerUps will be painted diffrent now. Depend - PowerUps will be painted diffrent now. Depend

@ -4,7 +4,7 @@ dnl If you don't want it to overwrite it,
dnl Please disable it in the Anjuta project configuration dnl Please disable it in the Anjuta project configuration
AC_INIT(configure.in) AC_INIT(configure.in)
AM_INIT_AUTOMAKE(bomberclone, 0.9.9) AM_INIT_AUTOMAKE(bomberclone, 0.9.9.1)
AM_CONFIG_HEADER AM_CONFIG_HEADER
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)

Loading…
Cancel
Save