Skip to content

Commit

Permalink
Docs: Add a missing enum name for RSM object types
Browse files Browse the repository at this point in the history
Using two different formats for defining enums is a bit confusing.
  • Loading branch information
rdw-software committed Sep 16, 2024
1 parent 535b621 commit 475d881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/file-formats/RSW.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ There are multiple types of decorative scene objects, which are differentiated b
The following object types may be used:

```cpp
enum {
enum ObjectTypeID {
SCENE_OBJECT_TYPE_ANIMATED_PROP = 1,
SCENE_OBJECT_TYPE_DYNAMIC_LIGHT_SOURCE = 2,
SCENE_OBJECT_TYPE_SPATIAL_AUDIO_SOURCE = 3,
Expand Down

0 comments on commit 475d881

Please sign in to comment.