v0.3.4: reworked rankings to store their cause instead of a result string
This commit is contained in:
committed by
Evan Debenham
parent
0e2fbc05fb
commit
ac967fad27
@@ -79,7 +79,7 @@ public class WndResurrect extends Window {
|
||||
protected void onClick() {
|
||||
hide();
|
||||
|
||||
Rankings.INSTANCE.submit( false );
|
||||
Rankings.INSTANCE.submit( false, WndResurrect.causeOfDeath.getClass() );
|
||||
Hero.reallyDie( WndResurrect.causeOfDeath );
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user