Skip to content

Commit

Permalink
Update gameme.sp (SM1.12 warnings) (#645)
Browse files Browse the repository at this point in the history
fixes "warning 201: redefinition of constant/macro"
  • Loading branch information
Mart-User authored Feb 19, 2024
1 parent 3f64ede commit 422c8f8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions addons/sourcemod/scripting/gameme.sp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#pragma semicolon 1

#define REQUIRE_EXTENSIONS
#include <lang>
#include <sourcemod>
#include <keyvalues>
Expand Down Expand Up @@ -453,22 +452,6 @@ enum struct tf2_player {
tf2_player tf2_players[MAXPLAYERS + 1];


/**
* Raw Messages Interface
*/

#define RAW_MESSAGE_RANK 1
#define RAW_MESSAGE_PLACE 2
#define RAW_MESSAGE_KDEATH 3
#define RAW_MESSAGE_SESSION_DATA 4
#define RAW_MESSAGE_TOP10 5
#define RAW_MESSAGE_NEXT 6

// callbacks
#define RAW_MESSAGE_CALLBACK_PLAYER 101
#define RAW_MESSAGE_CALLBACK_TOP10 102
#define RAW_MESSAGE_CALLBACK_NEXT 103

// internal usage
#define RAW_MESSAGE_CALLBACK_INT_CLOSE 1000
#define RAW_MESSAGE_CALLBACK_INT_SPECTATOR 1001
Expand Down

0 comments on commit 422c8f8

Please sign in to comment.