| Index: nacltoons/src/main.cc
|
| diff --git a/nacltoons/src/main.cc b/nacltoons/src/main.cc
|
| index 6bb90ee40fc4aea83e855e5623a4db3a1c1db6b1..0216c1be8fe214ee4fc31f6b4abfe76a86d497f8 100644
|
| --- a/nacltoons/src/main.cc
|
| +++ b/nacltoons/src/main.cc
|
| @@ -1,7 +1,6 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -
|
| #include "CCStdC.h"
|
| #include "AppDelegate.h"
|
| #include "cocos2d.h"
|
| @@ -59,10 +58,8 @@ void* cocos_main(void* arg) {
|
| pp::Module::Get()->get_browser_interface());
|
|
|
| // TODO(sbc): remove this hack an replace with some kind of URL mount
|
| - mkdir("hd", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);
|
| - mkdir("sd", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);
|
| mkdir("fonts", S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH);
|
| - const char* filenames[] = { "fonts/Marker Felt.ttf" };
|
| + const char* filenames[] = { "fonts/Marker Felt.ttf", "blocks.png" };
|
|
|
| downloadFiles(instance->m_runner, filenames, sizeof(filenames)/sizeof(char*));
|
|
|
|
|