diff options
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/objects/Trophy.cpp | 2 | ||||
| -rw-r--r-- | src/engine/wasm.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/objects/Trophy.cpp b/src/engine/objects/Trophy.cpp index c14cc23ca..4de758aab 100644 --- a/src/engine/objects/Trophy.cpp +++ b/src/engine/objects/Trophy.cpp @@ -14,7 +14,7 @@ extern "C" { #include "engine/Matrix.h" #include "render_objects.h" #include "code_80086E70.h" -#include "code_80091750.h" +#include "menu_items.h" } OTrophy::OTrophy(const FVector& pos, TrophyType trophy, Behaviour bhv) { diff --git a/src/engine/wasm.cpp b/src/engine/wasm.cpp index c94e7882b..cef8760dd 100644 --- a/src/engine/wasm.cpp +++ b/src/engine/wasm.cpp @@ -16,7 +16,7 @@ // #include <filesystem> // #include <functional> // #include <main.h> -// #include <code_80091750.h> +// #include <menu_items.h> // #include <common_data.h> // #include <data_segment2.h> // #include <render_objects.h> |
