mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-05-31 00:51:21 +00:00
- 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:
parent
f48ad6c4c3
commit
a370ea70c6
8 changed files with 14 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue