From a1c83d56f41e6f2e0ad86dcd76d1446bfc60a37c Mon Sep 17 00:00:00 2001 From: untodesu Date: Tue, 30 Dec 2025 13:20:33 +0500 Subject: begin working on qf ports (#21) --- src/game/client/game.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/client/game.hh') diff --git a/src/game/client/game.hh b/src/game/client/game.hh index 7ed663b..66b28cd 100644 --- a/src/game/client/game.hh +++ b/src/game/client/game.hh @@ -17,7 +17,6 @@ class Unsigned; namespace client_game { extern config::Boolean streamer_mode; -extern config::Boolean vertical_sync; extern config::Boolean world_curvature; extern config::Unsigned fog_mode; extern config::String username; -- cgit