From 21212558d5b4bc693a36cb111cdb6a526c27608f Mon Sep 17 00:00:00 2001 From: terminx Date: Wed, 13 Apr 2016 04:04:03 +0000 Subject: [PATCH] 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 --- polymer/eduke32/source/game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/source/game.c b/polymer/eduke32/source/game.c index cd5073fd0..6afc7c9e2 100644 --- a/polymer/eduke32/source/game.c +++ b/polymer/eduke32/source/game.c @@ -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);