mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +01:00
introduce syntax error
This commit is contained in:
@@ -10,7 +10,6 @@ before_install:
|
||||
- sudo mv /usr/include/SDL2 /usr/include/sdl2
|
||||
script:
|
||||
- sudo find / -name SDL2 2>>/dev/null || true
|
||||
- echo "Hello World"
|
||||
- mkdir build
|
||||
- pushd build && SDL_INCLUDE_DIRS=/usr/include/SDL2 cmake -DCMAKE_TOOLCHAIN_FILE=../CMakeLists_mingw.txt -DCMAKE_BUILD_TYPE=Debug .. && popd
|
||||
#notifications:
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
|
||||
static void set_all_land_owned();
|
||||
|
||||
Syntax error blah blah blat *&2)
|
||||
|
||||
/**
|
||||
*
|
||||
* rct2: 0x0066FFE1
|
||||
@@ -184,4 +186,4 @@ void sub_6BD3A4() {
|
||||
RCT2_ADDRESS(0x013CA672, uint8)[i] = 1;
|
||||
}
|
||||
RCT2_CALLPROC_EBPSAFE(0x006C0C3F);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user