Skip to content

Commit

Permalink
fix failing unit tests, remove broken vehicle rotator tab
Browse files Browse the repository at this point in the history
  • Loading branch information
LeftofZen committed Feb 9, 2024
1 parent 8a942d2 commit 1dd1bde
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 583 deletions.
2 changes: 1 addition & 1 deletion Core/Objects/WallObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public enum WallObjectFlags2 : uint8_t
NoSelectPrimaryColour = 1 << 0,
DoorSoundMask = 1 << 1, // unused? only for rct2?
DoorSoundShift = 1 << 2, // unused? only for rct2?
IsOpaque = 1 << 3, // unused? only for rct2?
Opaque = 1 << 3, // unused? only for rct2?
Animated = 1 << 4, // unused? only for rct2?
};

Expand Down
325 changes: 1 addition & 324 deletions Gui/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1dd1bde

Please sign in to comment.