Skip to content

Commit

Permalink
Fix compile without open.mp includes (why?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Cole committed Jul 7, 2023
1 parent cbe17c8 commit f7d6fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YSI_Core/y_core/y_version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ stock Script_GetIncludesString(version[], vlen = sizeof (version))
// Not done yet.
version[0] = '\0';
// SA:MP version determination (from includes only).
#if defined __OPEN_MP_VERSION
#if defined _INC_open_mp
// open.mp version.
format(version, vlen, "open.mp v%06x", __SAMP_INCLUDES_VERSION);
#elseif defined __SAMP_INCLUDES_VERSION
Expand Down

0 comments on commit f7d6fed

Please sign in to comment.