From 4565d089bc3d9a3b7c6ff6c641acffdd61676bca Mon Sep 17 00:00:00 2001 From: xolatile Date: Fri, 25 Jul 2025 01:47:52 +0200 Subject: Speedometer game script variables... --- src/fpsgame/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fpsgame/game.h') diff --git a/src/fpsgame/game.h b/src/fpsgame/game.h index 9427864..ad102f1 100644 --- a/src/fpsgame/game.h +++ b/src/fpsgame/game.h @@ -430,6 +430,8 @@ struct fpsstate } }; +extern int screenw, screenh; + struct fpsent : dynent, fpsstate { int weight; // affects the effectiveness of hitpush -- cgit v1.2.3