Skip to content

Commit 2748876

Browse files
committed
2 parents a992265 + 73b27ba commit 2748876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

venus/core/src/org/bladecoder/venus/actions/scene2/Scene2InitAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public boolean run(VerbRunner cb) {
2525
//w.setCutMode(true);
2626
w.showInventory(false);
2727

28-
String t = MessageFormat.format(I18N.getString(text.substring(1)), (int)(w.getTimeOfGame()/60));
28+
String t = MessageFormat.format(I18N.getString(text.substring(1)), (int)(w.getTimeOfGame() / 60000));
2929

3030
World.getInstance().getTextManager().addText(t, TextManager.POS_CENTER, TextManager.POS_CENTER,false, Text.Type.PLAIN, Color.WHITE, null, null);
3131
return false;

0 commit comments

Comments
 (0)