Skip to content
Snippets Groups Projects
Commit fd6ecb44 authored by toaster's avatar toaster
Browse files

Make modid 18 to match Rob's work.

parent 1684cf76
No related branches found
No related tags found
No related merge requests found
...@@ -199,8 +199,8 @@ extern FILE *logstream; ...@@ -199,8 +199,8 @@ extern FILE *logstream;
// The Modification ID; must be obtained from Rob ( https://mb.srb2.org/private.php?do=newpm&u=546 ). // The Modification ID; must be obtained from Rob ( https://mb.srb2.org/private.php?do=newpm&u=546 ).
// DO NOT try to set this otherwise, or your modification will be unplayable through the Master Server. // DO NOT try to set this otherwise, or your modification will be unplayable through the Master Server.
// "12" is the default mod ID for version 2.1 // "18" is the default mod ID for version 2.2
#define MODID 12 #define MODID 18
// The Modification Version, starting from 1. Do not follow your version string for this, // The Modification Version, starting from 1. Do not follow your version string for this,
// it's only for detection of the version the player is using so the MS can alert them of an update. // it's only for detection of the version the player is using so the MS can alert them of an update.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment