projects
/
FreeShisen
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e1331c9
)
use "original" instead of "classic" as fallback
author
gitknilch
<gitknilch@cwde.de>
Fri, 5 Apr 2013 13:15:21 +0000
(15:15 +0200)
committer
gitknilch
<gitknilch@cwde.de>
Fri, 5 Apr 2013 13:15:21 +0000
(15:15 +0200)
Change-Id: I6747440e622e67d0933b47f2979e4f89e568cbb8
Signed-off-by: gitknilch <gitknilch@cwde.de>
src/de/cwde/freeshisen/Tileset.java
patch
|
blob
|
blame
|
history
diff --git
a/src/de/cwde/freeshisen/Tileset.java
b/src/de/cwde/freeshisen/Tileset.java
index 6462e510064e08909bf933a64d5c93031f0902d1..0deaa5dee4fed1a5d6b7e194eb6b15091d2fffd4 100644
(file)
--- a/
src/de/cwde/freeshisen/Tileset.java
+++ b/
src/de/cwde/freeshisen/Tileset.java
@@
-59,7
+59,7
@@
public class Tileset {
}
public void loadTileset(int screenWidth, int screenHeight) {
- boolean isSVG =false;
+ boolean isSVG =
false;
int id;
String s = app.tilesetid;
@@
-78,7
+78,7
@@
public class Tileset {
} else {
// shouldn't be reached...
Log.e("ShisenSho", "somebody managed to set an invalid tileset string");
- id = R.drawable.
classic
;
+ id = R.drawable.
original
;
}
if (isSVG) {
Impressum
,
Datenschutz