- Fixed: ShowErrorPane deleted the StartScreen instead of just calling

NetDone.
- moved the DIM_MAP define into v_palette.h so that it can be accessed
  from outside the status bar code.
- Fixed: The check for non-swimmable water in UpdateWaterLevel checked for
  SECF_UNDERWATER instead of SECF_UNDERWATERMASK.


SVN r514 (trunk)
This commit is contained in:
Christoph Oelckers 2007-04-22 07:45:18 +00:00
parent f48ad6c4c3
commit a370ea70c6
8 changed files with 14 additions and 12 deletions

View file

@ -1,3 +1,11 @@
April 22, 2007 (Changes by Graf Zahl)
- Fixed: ShowErrorPane deleted the StartScreen instead of just calling
NetDone.
- moved the DIM_MAP define into v_palette.h so that it can be accessed
from outside the status bar code.
- Fixed: The check for non-swimmable water in UpdateWaterLevel checked for
SECF_UNDERWATER instead of SECF_UNDERWATERMASK.
April 12, 2007
- Switched ACS world and global arrays to the TMap class instead of
TAutoGrowArray. A map can handle a wide range of key values better than