1
0
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:
Kevin Burke
2014-05-21 09:06:38 -07:00
parent c374536cbb
commit cd414e98f6
2 changed files with 3 additions and 4 deletions

View File

@@ -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){
}

View File

@@ -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,