From 8feb702d6226732852454dde5d3422694e9186fa Mon Sep 17 00:00:00 2001 From: spog Date: Sun, 4 Jun 2006 08:44:25 +0000 Subject: [PATCH] fixed crash in build > customise git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@78 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- CHANGES | 4 ++++ radiant/GtkRadiant.vcproj | 3 ++- radiant/build.cpp | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 60931b22..1a4295d8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ This is the changelog for developers, != changelog for the end user that we distribute with the binaries. (see changelog) +04/06/2006 +SPoG +- Fixed crash when deleting items from Build menu. + 03/06/2006 SPoG - Changed doom3 entity creation to add model key for brush-entities. diff --git a/radiant/GtkRadiant.vcproj b/radiant/GtkRadiant.vcproj index 7a06f217..263a85f6 100644 --- a/radiant/GtkRadiant.vcproj +++ b/radiant/GtkRadiant.vcproj @@ -52,7 +52,8 @@ GenerateMapFile="FALSE" SubSystem="2" EntryPointSymbol="mainCRTStartup" - TargetMachine="1"/> + TargetMachine="1" + FixedBaseAddress="1"/> m_project; -- 2.39.2