]> git.itanic.dy.fi Git - sdl-planets/blobdiff - planet.h
Move position vector from planet to quadtree
[sdl-planets] / planet.h
index 89f232ac3d706dcc9d7f924e73f1434c40d7b5d5..9f71b99fa679259ccae61692b83b4f2ed6d7755b 100644 (file)
--- a/planet.h
+++ b/planet.h
@@ -11,7 +11,6 @@
 
 struct planet {
        struct vector speed;
-       struct vector pos;
        struct list_head list;
        struct quadtree tree;
        double mass;