Skip to content

Commit

Permalink
add small comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto committed Nov 17, 2024
1 parent cf38c6a commit 02ae583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/game_api/level_api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,7 @@ class ThemeInfo
uint32_t unknown3;
uint32_t unknown4;

virtual ~ThemeInfo()
{
}
virtual ~ThemeInfo(){};

/// Sets the beehive and leprechaun flags
virtual void reset_theme_flags() = 0;
Expand Down
1 change: 1 addition & 0 deletions src/game_api/online.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class Online
// some more stuff

virtual ~Online() = 0;
// 27 virtuals, destructor probably at index 7
};

Online* get_online();

0 comments on commit 02ae583

Please sign in to comment.