mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-13 05:37:38 +00:00
9.4d
This commit is contained in:
@@ -249,7 +249,7 @@ public class HyperRogue extends Activity {
|
||||
void openWebsite() {
|
||||
Runnable r = new Runnable() {
|
||||
public void run() {
|
||||
String url = "http://roguetemple.com/z/hyper.php";
|
||||
String url = "http://roguetemple.com/z/hyper/";
|
||||
Intent i = new Intent(Intent.ACTION_VIEW);
|
||||
i.setData(Uri.parse(url));
|
||||
startActivity(i);
|
||||
|
@@ -25,6 +25,8 @@
|
||||
#define ANDROID
|
||||
#endif
|
||||
|
||||
#define ANDROIDSHARE
|
||||
|
||||
#define MOBPAR_FORMAL JNIEnv *env, jobject thiz
|
||||
#define MOBPAR_ACTUAL env, thiz
|
||||
|
||||
|
Reference in New Issue
Block a user