]> git.tdb.fi Git - libs/game.git/commit
Consolidate the remote call classes
authorMikko Rasa <tdb@tdb.fi>
Sun, 21 Jan 2024 17:47:16 +0000 (19:47 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 21 Jan 2024 17:47:16 +0000 (19:47 +0200)
commit6f72f8e7e32daf9854841893c00c1291d89cf51b
tree48f86bb7a37e59314fddd313f5a4653acfd575ad
parent49bdba01888d05e11f270ee35d417b31840893a7
Consolidate the remote call classes

Global and entity calls are now declared using the same class.  If the
entity type is void (the default), the call is global.
source/game/landscape.h
source/game/remotecall.h