Changeset e5d2936 in lost-perception for main


Ignore:
Timestamp:
Jun 1, 2022, 4:35:35 PM (2 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
master
Parents:
57674f3
Message:

Fix the makefile for the LostPerception target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/LostHavenRPG.java

    r57674f3 re5d2936  
    4848
    4949public class LostHavenRPG implements KeyListener, MouseListener {
    50     private static final boolean RUNNING_FROM_JAR = false;
     50    private static final boolean RUNNING_FROM_JAR = true;
    5151    GameState gameState;
    5252    AuxState auxState;
Note: See TracChangeset for help on using the changeset viewer.