Move common/texmap/tmapflat.c -> common/texmap/tmapflat.cpp

This commit is contained in:
Kp 2012-11-11 22:12:51 +00:00
parent 3c2b518d0d
commit 17d9dd4f1e
2 changed files with 1 additions and 1 deletions

View file

@ -655,7 +655,7 @@ class DXXArchive(DXXCommon):
])
# for non-ogl
objects_arch_sdl = DXXCommon.create_lazy_object_property([os.path.join(srcdir, f) for f in [
'texmap/tmapflat.c'
'texmap/tmapflat.cpp'
]
])
objects_arch_sdlmixer = DXXCommon.create_lazy_object_property([os.path.join(srcdir, f) for f in [