From dfdd9af1cae9674c690e0ffb2809bd4c1c8e022c Mon Sep 17 00:00:00 2001 From: terminx Date: Mon, 20 Oct 2008 04:35:57 +0000 Subject: [PATCH] git-svn-id: https://svn.eduke32.com/eduke32@1108 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/eduke32.vcproj | 126 ++++++++++++++++----------------- polymer/eduke32/source/astub.c | 4 +- 2 files changed, 65 insertions(+), 65 deletions(-) diff --git a/polymer/eduke32/eduke32.vcproj b/polymer/eduke32/eduke32.vcproj index b208c74ef..10a3192ae 100644 --- a/polymer/eduke32/eduke32.vcproj +++ b/polymer/eduke32/eduke32.vcproj @@ -191,115 +191,115 @@ Name="Header Files" > @@ -307,143 +307,143 @@ Name="Source Files" > diff --git a/polymer/eduke32/source/astub.c b/polymer/eduke32/source/astub.c index 779cdfacc..7af4f8a2d 100644 --- a/polymer/eduke32/source/astub.c +++ b/polymer/eduke32/source/astub.c @@ -9094,8 +9094,8 @@ static void Keys2d3d(void) else { ExtLoadMap(f); - if (mapversion < 7) printmessage16("Map %s loaded successfully and autoconverted to V7!",f); - else printmessage16("Map %s loaded successfully",f); + if (mapversion < 7) message("Map %s loaded successfully and autoconverted to V7!",f); + else message("Map %s loaded successfully",f); } updatenumsprites(); startposx = posx;