Skip to content

Commit

Permalink
sync menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Velaron committed Mar 28, 2022
1 parent da2faaa commit 289ea36
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
branch = tf15-client
[submodule "particleman"]
path = particleman
url = https://github.com/Velaron/OpenHL-Particleman
url = https://github.com/Velaron/particleman
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.1.0'
classpath 'com.android.tools.build:gradle:7.1.1'
}
}

Expand Down
1 change: 1 addition & 0 deletions common/gameinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ GNU General Public License for more details.

#define GFL_NOMODELS (1<<0)
#define GFL_NOSKILLS (1<<1)
#define GFL_RENDER_PICBUTTON_TEXT (1<<2)

/*
========================================================================
Expand Down
2 changes: 2 additions & 0 deletions engine/menu_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ typedef struct ui_extendedfuncs_s {
double (*pfnDoubleTime)( void );

char *(*pfnParseFile)( char *data, char *buf, const int size, unsigned int flags, int *len );

const char *(*pfnAdrToString)( const struct netadr_s a );
} ui_extendedfuncs_t;

// deprecated export from old engine
Expand Down

0 comments on commit 289ea36

Please sign in to comment.