Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The class should be derived from CRationalEntity in order to process logic. Easy mistake to make.

class CBeam: CEntity {

Oh, so that's why it's called that. Thanks, it works now.