cam test
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
#include "rpg.h"
|
||||
#include "entity/entity.h"
|
||||
#include "time/time.h"
|
||||
|
||||
errorret_t rpgInit(void) {
|
||||
// TEST
|
||||
@@ -20,6 +21,8 @@ errorret_t rpgInit(void) {
|
||||
}
|
||||
|
||||
void rpgUpdate(void) {
|
||||
if(!TIME.fixedUpdate) return;
|
||||
|
||||
entity_t *ent = &ENTITIES[0];
|
||||
do {
|
||||
if(ent->type == ENTITY_TYPE_NULL) continue;
|
||||
|
Reference in New Issue
Block a user