mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Disable prompt to upgrade from the shareware version after 50 runs
git-svn-id: https://svn.eduke32.com/eduke32@5698 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
5927047a3b
commit
21212558d5
1 changed files with 1 additions and 1 deletions
|
@ -5803,7 +5803,7 @@ static void G_Startup(void)
|
|||
{
|
||||
initprintf("IT IS NOW TIME TO UPGRADE TO THE COMPLETE VERSION!\n");
|
||||
|
||||
#ifdef _WIN32
|
||||
#if 0//def _WIN32
|
||||
Bsprintf(tempbuf, "You have run Duke Nukem 3D shareware %d times. It is now time to upgrade to the complete version!\n\n"
|
||||
"Upgrade Duke Nukem 3D now?\n", ud.executions);
|
||||
|
||||
|
|
Loading…
Reference in a new issue