summaryrefslogtreecommitdiffhomepage
path: root/StarsEx
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-04-14 22:29:30 +0200
committerAki <please@ignore.pl>2022-04-14 22:36:00 +0200
commit73d16b6dee94de1d4a742d033432efed54b655cb (patch)
treeeaab038b89c27920181b7ea402b888eef651dbfa /StarsEx
parent2898d70eaa4636fba7e973ca76c192eec2415670 (diff)
downloadstarshatter-73d16b6dee94de1d4a742d033432efed54b655cb.zip
starshatter-73d16b6dee94de1d4a742d033432efed54b655cb.tar.gz
starshatter-73d16b6dee94de1d4a742d033432efed54b655cb.tar.bz2
Renamed PCX format source to match convention
Diffstat (limited to 'StarsEx')
-rw-r--r--StarsEx/CMakeLists.txt2
-rw-r--r--StarsEx/Pcx.cpp (renamed from StarsEx/PCX.CPP)0
2 files changed, 1 insertions, 1 deletions
diff --git a/StarsEx/CMakeLists.txt b/StarsEx/CMakeLists.txt
index 07bb940..7e1ac53 100644
--- a/StarsEx/CMakeLists.txt
+++ b/StarsEx/CMakeLists.txt
@@ -182,7 +182,7 @@ add_library(
NetUser.cpp
NetUtil.cpp
OptDlg.cpp
- PCX.CPP
+ Pcx.cpp
Panic.cpp
ParseUtil.cpp
Particles.cpp
diff --git a/StarsEx/PCX.CPP b/StarsEx/Pcx.cpp
index b1d8656..b1d8656 100644
--- a/StarsEx/PCX.CPP
+++ b/StarsEx/Pcx.cpp