From 2edb7143460c9bb0d4bebccf8b1ec936720defc2 Mon Sep 17 00:00:00 2001 From: Timothee 'TTimo' Besset Date: Sat, 7 Jul 2012 12:35:16 -0500 Subject: [PATCH] asdf --- radiant/missing.cpp | 1 + radiant/qe3.cpp | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/radiant/missing.cpp b/radiant/missing.cpp index a60b294..42b61f7 100644 --- a/radiant/missing.cpp +++ b/radiant/missing.cpp @@ -186,6 +186,7 @@ const char* FindFiles::NextFile() { } #else +// WIN32 FindFiles::FindFiles( const char *_directory ) { char endChar; diff --git a/radiant/qe3.cpp b/radiant/qe3.cpp index 42497db..f9336f1 100644 --- a/radiant/qe3.cpp +++ b/radiant/qe3.cpp @@ -519,13 +519,10 @@ int QE_GetTemplateVersionForProject( const char * projectfile ) { /* =========== QE_LoadProject - TODO TODO TODO (don't think this got fully merged in) - TTimo: added project file "version", version 2 adds '#' chars to the BSP command strings - version 3 was .. I don't remember .. version 4 adds q3map2 commands - TTimo: when QE_LoadProject is called, the prefs are updated with path to the latest project and saved on disk + NOTE: rather than bumping "version", consider bumping "template_version" (see above) + NOTE: when QE_LoadProject is called, the prefs are updated with path to the latest project and saved on disk =========== */ -/*\todo decide on a sensible location/name for project files.*/ bool QE_LoadProject( const char *projectfile ){ char buf[1024]; xmlDocPtr doc;