mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
minor changes to get it to compile
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
*****************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <shlobj.h>
|
||||
#include "shlobj.h"
|
||||
#include <windows.h>
|
||||
#include <SDL_keycode.h>
|
||||
#include "addresses.h"
|
||||
@@ -614,4 +614,3 @@ static void config_error(char *msg){
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -144,8 +144,8 @@ enum {
|
||||
RIDE_LIFECYCLE_INDESTRUCTIBLE = 1 << 14,
|
||||
RIDE_LIFECYCLE_INDESTRUCTIBLE_TRACK = 1 << 15,
|
||||
|
||||
RIDE_LIFECYCLE_CABLE_LIFT = 1 << 17,
|
||||
}
|
||||
RIDE_LIFECYCLE_CABLE_LIFT = 1 << 17
|
||||
};
|
||||
|
||||
enum {
|
||||
RIDE_TYPE_NULL = 255,
|
||||
|
||||
Reference in New Issue
Block a user