Merge branch 'master' into 'master'

Cleanup whitespaces and ignore build folders

See merge request STJr/SRB2!1859
This commit is contained in:
Alam Ed Arias 2022-11-12 02:35:53 +00:00
commit bd2bfe462c
16 changed files with 34 additions and 31 deletions

2
.gitignore vendored
View file

@ -21,3 +21,5 @@ Win32_LIB_ASM_Release
/assets/debian /assets/debian
/make /make
/bin /bin
/build
/build.*

View file

@ -641,4 +641,3 @@ LUALIB_API int luaopen_io (lua_State *L) {
lua_pop(L, 1); /* pop environment for default files */ lua_pop(L, 1); /* pop environment for default files */
return 1; return 1;
} }

View file

@ -16,7 +16,7 @@
#ifdef HWRENDER #ifdef HWRENDER
#include "hw_glob.h" #include "hw_glob.h"
#include "hw_light.h" #include "hw_light.h
#include "hw_drv.h" #include "hw_drv.h"
#include "hw_batching.h" #include "hw_batching.h"

View file

@ -1,3 +1,4 @@
// SONIC ROBO BLAST 2 // SONIC ROBO BLAST 2
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 1993-1996 by id Software, Inc.

View file

@ -1,3 +1,4 @@
// Emacs style mode select -*- C++ -*- // Emacs style mode select -*- C++ -*-
// SONIC ROBO BLAST 2 // SONIC ROBO BLAST 2
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------