blob: 349ec40fd1806b9426401a86736fb78efb647533 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
From 04d43f938c8b656bf5fb0dbed464566af4c0062c Mon Sep 17 00:00:00 2001
From: Death Killer <884052+deathkiller@users.noreply.github.com>
Date: Sun, 4 Aug 2024 16:49:59 +0200
Subject: [PATCH] Fixed about screen
https://github.com/deathkiller/jazz2-native/commit/04d43f938c8b656bf5fb0dbed464566af4c0062c
diff --git a/Sources/Jazz2/UI/Menu/AboutSection.cpp b/Sources/Jazz2/UI/Menu/AboutSection.cpp
index 9c3afd59..ea7723e9 100644
--- a/Sources/Jazz2/UI/Menu/AboutSection.cpp
+++ b/Sources/Jazz2/UI/Menu/AboutSection.cpp
@@ -62,7 +62,7 @@
# define _i7 "\nOpenAL \f[c:#707070]· \f[h:80]https://github.com/kcat/openal-soft\f[/h]\f[/c]"
# endif
#else
-# define _i6 ""
+# define _i7 ""
#endif
#if defined(WITH_VORBIS)
|