summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nGenEx/Game.cpp')
-rw-r--r--nGenEx/Game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nGenEx/Game.cpp b/nGenEx/Game.cpp
index a7c6563..3bc45bd 100644
--- a/nGenEx/Game.cpp
+++ b/nGenEx/Game.cpp
@@ -266,7 +266,7 @@ Game::Init(HINSTANCE hi, HINSTANCE hpi, LPSTR cmdline, int nCmdShow)
Panic(" D3D not available under WinNT 4");
status = INIT_FAILED;
} else if (MachineInfo::GetDirectXVersion() < MachineInfo::DX_9) {
- Panic(" Insufficient DirectX detected (Dx9 IS REQUIRED)");
+ Panic(" Insufficient DirectX detected (Dx9 IS REQUIRED)");
status = INIT_FAILED;
}