diff options
Diffstat (limited to 'src/ch')
-rw-r--r-- | src/ch/epfl/xblast/server/Level.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ch/epfl/xblast/server/Level.java b/src/ch/epfl/xblast/server/Level.java index a386429..ea0d200 100644 --- a/src/ch/epfl/xblast/server/Level.java +++ b/src/ch/epfl/xblast/server/Level.java | |||
@@ -13,7 +13,7 @@ public final class Level { | |||
13 | /** | 13 | /** |
14 | * Level build with the default images and the default players/explosions/board parameters. | 14 | * Level build with the default images and the default players/explosions/board parameters. |
15 | */ | 15 | */ |
16 | static final Level DEFAULT_LEVEL = new Level(BoardPainter.DEFAULT_BOARD_PAINTER, GameState.DEFAULT_GAME_STATE); | 16 | public static final Level DEFAULT_LEVEL = new Level(BoardPainter.DEFAULT_BOARD_PAINTER, GameState.DEFAULT_GAME_STATE); |
17 | 17 | ||
18 | private final BoardPainter painter; | 18 | private final BoardPainter painter; |
19 | private final GameState initialState; | 19 | private final GameState initialState; |