Commit bc641325 authored by nanahira's avatar nanahira

Merge branch 'server' into 2pick

parents c2abca64 8ed61b0e
......@@ -98,7 +98,7 @@ bool Game::Initialize() {
if(!device)
return false;
// Apply skin
if(gameConf.skin_index) {
if(gameConf.skin_index && gameConf.use_d3d) {
wchar_t skin_dir[16];
myswprintf(skin_dir, L"skin");
skinSystem = new CGUISkinSystem(skin_dir, device);
......
Subproject commit 63aa6c77dae13e742d43f92528ca7a84ec80b7d8
Subproject commit 039a96d469d0c4a2b115cf51cdad35030abc861c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment