summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pso/TObject.cpp2
1 files changed, 1 insertions, 1 deletions
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 {