1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-10 14:26:01 +00:00

updating emscripten build

This commit is contained in:
Zeno Rogue
2019-09-13 00:31:54 +02:00
parent 562fe72629
commit d1faa2011c
3 changed files with 3 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ namespace hr {
const char *wheresounds;
}
#include "hyper.cpp"
#include "hyper.h"
namespace hr {
@@ -95,7 +95,7 @@ void showDemo() {
dialog::addItem(XLAT("play the game"), 'f');
dialog::addItem(XLAT("learn about hyperbolic geometry"), 'T');
dialog::addHelp(); dialog::lastItem().keycaption += " / F1";
dialog::addHelp();
// dialog::addItem(XLAT("toggle high detail"), 'a');
dialog::addBreak(100);