From 75809fc3bbeb4c8413bf20c3d3fe66f6161cff31 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sat, 14 Feb 2015 14:21:50 -0500 Subject: [PATCH] Fix RoF2 Strategy --- common/patches/rof2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/patches/rof2.cpp b/common/patches/rof2.cpp index f1c89ff2f..a8b30d43a 100644 --- a/common/patches/rof2.cpp +++ b/common/patches/rof2.cpp @@ -104,7 +104,7 @@ namespace RoF2 { //all opcodes default to passthrough. #include "ss_register.h" -#include "rof_ops.h" +#include "rof2_ops.h" } std::string Strategy::Describe() const