diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hdb/ai-funcs.cpp | 2 | ||||
-rw-r--r-- | engines/hdb/ai-player.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/hdb/ai-funcs.cpp b/engines/hdb/ai-funcs.cpp index 22c8040c8f..83e2daf4e1 100644 --- a/engines/hdb/ai-funcs.cpp +++ b/engines/hdb/ai-funcs.cpp @@ -33,4 +33,4 @@ AIEntity *AI::locateEntity(const char *luaName) { return NULL; } -} // End of Namespace
\ No newline at end of file +} // End of Namespace diff --git a/engines/hdb/ai-player.cpp b/engines/hdb/ai-player.cpp index 8c09ac1bcd..8d42d27844 100644 --- a/engines/hdb/ai-player.cpp +++ b/engines/hdb/ai-player.cpp @@ -965,4 +965,4 @@ void aiGetItemAction(AIEntity *e) { warning("STUB: AI: aiGetItemAction required"); } -} // End of Namespace
\ No newline at end of file +} // End of Namespace |