fix ramps reloaded

This commit is contained in:
RandomityGuy 2021-07-19 12:21:50 +05:30
parent 185366ba94
commit 6953f238e6
3 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
cl native\marblegame.c /Fe:marblegame.exe /Ox -I "D:\C Projects\Haxe\hl-1.11.0-win\include" -I native "D:\repos\Hashlink\hashlink\x64\Release\libhl.lib" "D:\repos\Hashlink\hashlink\x64\Release\fmt.lib" "D:\repos\Hashlink\hashlink\x64\Release\ui.lib" "D:\repos\Hashlink\hashlink\x64\Release\openal.lib" "D:\repos\Hashlink\hashlink\x64\Release\sdl.lib"
cl native\marblegame.c /Fe:marblegame.exe /Od -I "D:\C Projects\Haxe\hl-1.11.0-win\include" -I native "D:\repos\Hashlink\hashlink\x64\Release\libhl.lib" "D:\repos\Hashlink\hashlink\x64\Release\fmt.lib" "D:\repos\Hashlink\hashlink\x64\Release\ui.lib" "D:\repos\Hashlink\hashlink\x64\Release\openal.lib" "D:\repos\Hashlink\hashlink\x64\Release\sdl.lib"

View file

@ -9,7 +9,7 @@ new SimGroup(MissionGroup) {
type = "advanced";
name = "Ramps Reloaded";
artist = "Alex Swanson";
goldTime = "15000";
goldTime = "25000";
};
new MissionArea(MissionArea) {
area = "-360 -648 720 1296";

Binary file not shown.