Changed the copyright text format in the credits

This commit is contained in:
NovaRain
2023-03-06 22:41:37 +08:00
parent 56150d572a
commit 30802e8e21
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ static DWORD CreditsLine = 0;
static const char* ExtraLines[] = { static const char* ExtraLines[] = {
"#SFALL " VERSION_STRING, "#SFALL " VERSION_STRING,
"", "",
"sfall is free software, licensed under the GPL", "@sfall is free software, licensed under the GPL",
LEGAL_COPYRIGHT, "@" LEGAL_COPYRIGHT,
"", "",
"@Author", "@Author",
"Timeslip", "Timeslip",
+1 -1
View File
@@ -76,7 +76,7 @@ bool Graphics::PlayAviMovie = false;
bool Graphics::AviMovieWidthFit = false; bool Graphics::AviMovieWidthFit = false;
static bool dShowMovies; static bool dShowMovies;
bool DeviceLost = false; static bool DeviceLost = false;
static char textureFilter; // 1 - auto, 2 - force static char textureFilter; // 1 - auto, 2 - force
static DDSURFACEDESC surfaceDesc; static DDSURFACEDESC surfaceDesc;
-1
View File
@@ -30,7 +30,6 @@ namespace sfall
extern IDirect3D9* d3d9; extern IDirect3D9* d3d9;
extern IDirect3DDevice9* d3d9Device; extern IDirect3DDevice9* d3d9Device;
extern IDirectDrawSurface* primarySurface; extern IDirectDrawSurface* primarySurface;
extern bool DeviceLost;
/* /*
static void DDSurfaceToDXTexture(BYTE* src, long width, long height, long src_width, DWORD* dst, long dst_width) { static void DDSurfaceToDXTexture(BYTE* src, long width, long height, long src_width, DWORD* dst, long dst_width) {