mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
remove unused
This commit is contained in:
@@ -24,7 +24,6 @@ public class MapSprite extends Actor {
|
|||||||
TextureRegion texture;
|
TextureRegion texture;
|
||||||
TextraLabel searchPost = Controls.newTextraLabel("[%80][+SearchPost]");
|
TextraLabel searchPost = Controls.newTextraLabel("[%80][+SearchPost]");
|
||||||
boolean isCaveDungeon, isOldorVisited;
|
boolean isCaveDungeon, isOldorVisited;
|
||||||
//PointOfInterest poi;
|
|
||||||
|
|
||||||
public MapSprite(Vector2 pos, TextureRegion sprite, PointOfInterest point) {
|
public MapSprite(Vector2 pos, TextureRegion sprite, PointOfInterest point) {
|
||||||
if (point != null) {
|
if (point != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user