aboutsummaryrefslogtreecommitdiff
path: root/src/universe.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-03-20 16:53:14 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2024-03-20 16:53:14 +0100
commitdf1113151aff47bfd1b401bf8d06a3fe8f6b9115 (patch)
treee14449dad963d0b441edebf2cf74713d5b9dd665 /src/universe.h
parent6556cc558f0602cc99b1a8d1c7212b2e91490cdc (diff)
downloadlanes-df1113151aff47bfd1b401bf8d06a3fe8f6b9115.tar.gz
lanes-df1113151aff47bfd1b401bf8d06a3fe8f6b9115.tar.bz2
lanes-df1113151aff47bfd1b401bf8d06a3fe8f6b9115.zip
C++ migration: more NULL → nullptr
Diffstat (limited to 'src/universe.h')
-rw-r--r--src/universe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/universe.h b/src/universe.h
index 0599302..3f61945 100644
--- a/src/universe.h
+++ b/src/universe.h
@@ -71,7 +71,7 @@ struct s_Universe
71 71
72 // Initialized by 'init_once_LOCKED()': the deep userdata Linda object 72 // Initialized by 'init_once_LOCKED()': the deep userdata Linda object
73 // used for timers (each lane will get a proxy to this) 73 // used for timers (each lane will get a proxy to this)
74 volatile DeepPrelude* timer_deep; // = NULL 74 volatile DeepPrelude* timer_deep; // = nullptr
75 75
76#if HAVE_LANE_TRACKING() 76#if HAVE_LANE_TRACKING()
77 MUTEX_T tracking_cs; 77 MUTEX_T tracking_cs;