mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Set functions static
This commit is contained in:
+3
-3
@@ -56,7 +56,7 @@ static vfs::FileLogger *vfslog = NULL;
|
|||||||
|
|
||||||
int iWindowedMode;
|
int iWindowedMode;
|
||||||
|
|
||||||
void SHOWEXCEPTION(sgp::Exception& ex)
|
static void SHOWEXCEPTION(sgp::Exception& ex)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
_ExceptionMessage(ex);
|
_ExceptionMessage(ex);
|
||||||
@@ -67,7 +67,7 @@ void SHOWEXCEPTION(sgp::Exception& ex)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void SHOWEXCEPTION(vfs::Exception& ex)
|
static void SHOWEXCEPTION(vfs::Exception& ex)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
_ExceptionMessage(ex);
|
_ExceptionMessage(ex);
|
||||||
@@ -617,7 +617,7 @@ void ShutdownStandardGamingPlatform(void)
|
|||||||
|
|
||||||
#include "MPJoinScreen.h"
|
#include "MPJoinScreen.h"
|
||||||
|
|
||||||
vfs::String getGameID()
|
static vfs::String getGameID()
|
||||||
{
|
{
|
||||||
static vfs::String _id;
|
static vfs::String _id;
|
||||||
static bool has_id = false;
|
static bool has_id = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user