mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-30 08:32:00 +00:00
UDMF: sidedef flags are now defined in game configuration instead of being hardcoded.
Texture scale controls now have "Link" button. Thing, Sector (UDMF) and Linedef edit forms now work in realtime mode. Some more fixes in Edit form realtime update stuff. Removed some unused variables and functions.
This commit is contained in:
parent
7f3461209a
commit
bafb8ed511
59 changed files with 2695 additions and 1181 deletions
|
@ -59,12 +59,10 @@ namespace CodeImp.DoomBuilder.IO
|
|||
{
|
||||
BinaryReader reader = new BinaryReader(stream);
|
||||
int width, height;
|
||||
int dataoffset;
|
||||
int datalength;
|
||||
int columnaddr;
|
||||
|
||||
// Initialize
|
||||
dataoffset = (int)stream.Position;
|
||||
datalength = (int)stream.Length - (int)stream.Position;
|
||||
|
||||
// Need at least 4 bytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue