From 7edad57557c4f1e9b915340ad97d6c57958ce093 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sun, 29 Jan 2023 12:00:20 -0400 Subject: TObject: Use `vu16` from `types.h` --- src/pso/TObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pso/TObject.cpp b/src/pso/TObject.cpp index e4c6801..20d942d 100644 --- a/src/pso/TObject.cpp +++ b/src/pso/TObject.cpp @@ -128,7 +128,7 @@ void TObject::run_tasks() { // Adding this here somehow causes the // dead code to be compiled. // `volatile` typecast is required to match. - (volatile u16)node->get_flags(1); + (vu16)node->get_flags(1); } } } else { -- cgit v1.2.3-13-gbd6f