From 183f0f0b905715f0d89b38174fdfd44641c1a79c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 12 Aug 2009 12:03:18 +0000 Subject: src/model filenames cleanup, parse .map texture coordinates, early loading of material textures --- src/model/model.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/model/model.cc') diff --git a/src/model/model.cc b/src/model/model.cc index b02f127..1f9fcb5 100644 --- a/src/model/model.cc +++ b/src/model/model.cc @@ -5,9 +5,9 @@ */ #include "sys/sys.h" -#include "model/asefile.h" #include "model/model.h" -#include "model/map.h" +#include "model/asefile.h" +#include "model/mapfile.h" #include "model/vertexarray.h" namespace model @@ -112,7 +112,7 @@ Model *Model::load(std::string const & name) } if (!model) { - con_warn << "Could not open " << name << std::endl; + con_warn << "Could not open model " << name << std::endl; } else { model_registry[model->name()] = model; } -- cgit v1.2.3