Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
fixed array size
  • Loading branch information
Nick007J committed Jan 3, 2021
1 parent 29e0cfa commit 5e019ed9f84c5aef8d474d5c62eb92b1cf5d9362
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/control/Script.h
@@ -259,7 +259,7 @@ enum {

enum {
MAX_NUM_SCRIPTS = 128,
MAX_NUM_INTRO_TEXT_LINES = 2,
MAX_NUM_INTRO_TEXT_LINES = 48,
MAX_NUM_INTRO_RECTANGLES = 16,
MAX_NUM_SCRIPT_SRPITES = 16,
MAX_NUM_SCRIPT_SPHERES = 16,

0 comments on commit 5e019ed

Please sign in to comment.