From 27a3945583a01bdbf0be42fa3c1f62273f932861 Mon Sep 17 00:00:00 2001 From: NY00123 Date: Wed, 20 Nov 2019 20:11:54 +0200 Subject: [PATCH] Forgotten this comment in preceding demo-related commit --- source/exhumed/src/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/exhumed/src/input.h b/source/exhumed/src/input.h index c01ab8f1b..c09b1dd70 100644 --- a/source/exhumed/src/input.h +++ b/source/exhumed/src/input.h @@ -33,7 +33,7 @@ enum { }; // 32 bytes -struct PlayerInput +struct PlayerInput // TODO consider adjusting this for demo compatibility { int xVel; int yVel;