mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- Exhumed: Open game's constrained horizon as much as sky tile in first level permits.
This commit is contained in:
parent
bdc53ed7b0
commit
8a4d4b6905
1 changed files with 2 additions and 2 deletions
|
@ -260,8 +260,8 @@ struct GameInterface : ::GameInterface
|
|||
void LevelCompleted(MapRecord *map, int skill) override;
|
||||
void NextLevel(MapRecord *map, int skill) override;
|
||||
bool DrawAutomapPlayer(int x, int y, int z, int a) override;
|
||||
fixed_t playerHorizMin() override { return 0; }
|
||||
fixed_t playerHorizMax() override { return IntToFixed(184); }
|
||||
fixed_t playerHorizMin() override { return IntToFixed(-50); }
|
||||
fixed_t playerHorizMax() override { return IntToFixed(250); }
|
||||
|
||||
::GameStats getStats() override;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue