summaryrefslogtreecommitdiff
path: root/src/code/m_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/m_lib.c')
-rw-r--r--src/code/m_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/m_lib.c b/src/code/m_lib.c
index f39845d..6529fe3 100644
--- a/src/code/m_lib.c
+++ b/src/code/m_lib.c
@@ -595,7 +595,7 @@ void none_proc2(Actor* actor UNUSED, Game_Play* play UNUSED) {
void Cheap_gfx_display(Game_Play* play, Gfx* dl) {
//! FAKE
- if ((!(&play->state)) && (!(&play->state))) {}
+ if (1) {}
OPEN_DISPS(play->state.gfxCtx);
@@ -610,7 +610,7 @@ void Cheap_gfx_display(Game_Play* play, Gfx* dl) {
void Cheap_gfx_display_xlu(Game_Play* play, Gfx* dl) {
//! FAKE
- if ((!(&play->state)) && (!(&play->state))) {}
+ if (1) {}
OPEN_DISPS(play->state.gfxCtx);