summaryrefslogtreecommitdiff
path: root/src/script/api/script_enginelist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_enginelist.hpp')
-rw-r--r--src/script/api/script_enginelist.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/script/api/script_enginelist.hpp b/src/script/api/script_enginelist.hpp
index 763c908fa..5e9bb9941 100644
--- a/src/script/api/script_enginelist.hpp
+++ b/src/script/api/script_enginelist.hpp
@@ -17,14 +17,14 @@
/**
* Create a list of engines based on a vehicle type.
- * @ingroup AIList
+ * @ingroup ScriptList
*/
-class AIEngineList : public AIList {
+class ScriptEngineList : public ScriptList {
public:
/**
* @param vehicle_type The type of vehicle to make a list of engines for.
*/
- AIEngineList(AIVehicle::VehicleType vehicle_type);
+ ScriptEngineList(ScriptVehicle::VehicleType vehicle_type);
};
#endif /* SCRIPT_ENGINELIST_HPP */