aboutsummaryrefslogtreecommitdiff
path: root/physics.c
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2021-07-29 14:56:10 +0000
committerrodri <rgl@antares-labs.eu>2021-07-29 14:56:10 +0000
commit3241d4b8c80f9424a3f725b5905def22916fc854 (patch)
tree2240ce49ee442db534161f8cf4de1640e3dd0408 /physics.c
parent9942eb201a657640cf244b261008b850352a29f3 (diff)
downloadmusw-3241d4b8c80f9424a3f725b5905def22916fc854.tar.gz
musw-3241d4b8c80f9424a3f725b5905def22916fc854.tar.bz2
musw-3241d4b8c80f9424a3f725b5905def22916fc854.zip
made the client window size immutable.
added some dev notes to a file. renamed Lobby.healthcheck to Lobby.purge, which makes more sense.
Diffstat (limited to 'physics.c')
-rw-r--r--physics.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/physics.c b/physics.c
index 5bc2e5b..d0c6ae8 100644
--- a/physics.c
+++ b/physics.c
@@ -4,6 +4,8 @@
#include "dat.h"
#include "fns.h"
+static double G = 6.674e-11;
+
/*
* Dynamics stepper
*/