From 2168d5ad4c90a21db8a87a2d8572e296314bccde Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 6 Oct 2022 18:16:20 +0200 Subject: [PATCH] orbmode in hyper.h included --- hyper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyper.h b/hyper.h index 428945dd..f09a6841 100644 --- a/hyper.h +++ b/hyper.h @@ -343,7 +343,7 @@ struct videopar { int fsize, abs_fsize, fontscale; int flashtime; - int wallmode, monmode, axes, highlightmode; + int wallmode, monmode, axes, highlightmode, orbmode; bool axes3; bool revcontrol;