Skip to content

Commit 1dd1bde

Browse files
committed
fix failing unit tests, remove broken vehicle rotator tab
1 parent 8a942d2 commit 1dd1bde

File tree

5 files changed

+6
-583
lines changed

5 files changed

+6
-583
lines changed

Core/Objects/WallObject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public enum WallObjectFlags2 : uint8_t
2626
NoSelectPrimaryColour = 1 << 0,
2727
DoorSoundMask = 1 << 1, // unused? only for rct2?
2828
DoorSoundShift = 1 << 2, // unused? only for rct2?
29-
IsOpaque = 1 << 3, // unused? only for rct2?
29+
Opaque = 1 << 3, // unused? only for rct2?
3030
Animated = 1 << 4, // unused? only for rct2?
3131
};
3232

Gui/MainForm.Designer.cs

Lines changed: 1 addition & 324 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)