From 67bc6e1e2694b8889e399e410f9960d22ee05cfa Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Wed, 15 Sep 2021 22:46:44 +0200 Subject: [PATCH] Remove input_sequence definition. It's part of src/shared/defs.h and the engine now. --- src/shared/player.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/shared/player.h b/src/shared/player.h index 7613119..d2b696e 100644 --- a/src/shared/player.h +++ b/src/shared/player.h @@ -41,12 +41,6 @@ enum PLAYER_STATE{ #define SAVE_STATE_ARRAY_MEMBER(ary, i, sub) x ##_net = x // did not do */ - -// NOTE - it seems this is the only place this var is declared? Unsure what the 'noref' means. -// Nuclide expects it, used as a random seed, whole number. Not sure the best way to get a decimal -// out of it yet but some ideas should be good enough. -noref int input_sequence; - class player:base_player {