From 9c20abc1ab976cab00040a32299896dc8ea71e6c Mon Sep 17 00:00:00 2001 From: rodri Date: Mon, 5 Jun 2023 20:23:26 +0000 Subject: put the player routines in their own unit. fixed an issue with the threadsim routine that would cause re-stepping of all the previous parties after dissolving one of them due to one of the players quitting. --- mkfile | 1 + 1 file changed, 1 insertion(+) (limited to 'mkfile') diff --git a/mkfile b/mkfile index 6973c0e..eb3c9a0 100644 --- a/mkfile +++ b/mkfile @@ -12,6 +12,7 @@ OFILES=\ nanosec.$O\ pack.$O\ party.$O\ + player.$O\ universe.$O\ sprite.$O\ vfx.$O\ -- cgit v1.2.3