1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Replace snakes in Class names OpenRCT2/N*-P* (#19227)

* Replace snakes in Class names OpenRCT2/N*-P*

* Rename PODDate (and TimeOfDay for good measure)

Co-authored-by: Gymnasiast <m.o.steenbeek@gmail.com>
This commit is contained in:
Duncan
2023-01-20 05:24:44 +00:00
committed by GitHub
parent e110c631f1
commit 9deed6d98a
45 changed files with 266 additions and 280 deletions

View File

@@ -290,7 +290,7 @@ static Widget window_object_load_error_widgets[] = {
// clang-format on
/**
* Returns an StringId that represents an rct_object_entry's type.
* Returns an StringId that represents an RCTObjectEntry's type.
*
* Could possibly be moved out of the window file if other
* uses exist and a suitable location is found.